linuxOS_D21X/package/artinchip/test-audio/Config.in
2024-11-29 16:23:11 +08:00

11 lines
240 B
Plaintext

menuconfig BR2_PACKAGE_TEST_AUDIO
bool "test-audio"
default y
select BR2_PACKAGE_ALSA_LIB
if BR2_PACKAGE_TEST_AUDIO
config BR2_PACKAGE_TEST_AUDIO_USE_PREBUILT
bool "use prebuilt binary instead of building from source"
default n
endif