2017-04-09 19:44:02 +02:00
|
|
|
config BR2_PACKAGE_ATEST
|
|
|
|
bool "atest"
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib
|
|
|
|
depends on !BR2_bfin # libev
|
|
|
|
select BR2_PACKAGE_ALSA_LIB
|
|
|
|
select BR2_PACKAGE_LIBEV
|
|
|
|
help
|
|
|
|
atest is a test software for checking ALSA Asoc drivers
|
|
|
|
concerning the proper frame generation and capture.
|
|
|
|
|
|
|
|
https://github.com/amouiche/atest
|
|
|
|
|
2017-04-30 10:40:43 +02:00
|
|
|
comment "atest needs a toolchain w/ threads"
|
2017-04-09 19:44:02 +02:00
|
|
|
depends on !BR2_bfin
|
2017-04-30 10:40:43 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|