644e85d660
Alteras Jam STAPL Bytecode Player with 64-bit support. This is a user-space port of the altera-stapl driver from the linux kernel. The source released by Altera wasn't 64-bit compatible. Additionally, the linux version is much cleaner and old cruft was removed. Signed-off-by: Jochen Baltes <jochen.baltes@gmail.com> Tested-by: Heiko Thiery <heiko.thiery@gmail.com> [yann.morin.1998@free.fr: use the latest HEAD of the repository] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
9 lines
227 B
Plaintext
9 lines
227 B
Plaintext
config BR2_PACKAGE_ALTERA_STAPL
|
|
bool "altera-stapl"
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_8 # libgpiod
|
|
select BR2_PACKAGE_LIBGPIOD
|
|
help
|
|
Altera Jam STAPL Bytecode Player.
|
|
|
|
https://github.com/kontron/altera-stapl
|