summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/alsa-utils/Config.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/package/alsa-utils/Config.in b/package/alsa-utils/Config.in
index 9b8e8c0eaf..b58e6583c3 100644
--- a/package/alsa-utils/Config.in
+++ b/package/alsa-utils/Config.in
@@ -2,7 +2,7 @@ comment "alsa-utils needs a toolchain w/ threads, dynamic library"
depends on BR2_USE_MMU # fork
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
-config BR2_PACKAGE_ALSA_UTILS
+menuconfig BR2_PACKAGE_ALSA_UTILS
bool "alsa-utils"
depends on BR2_USE_MMU # fork
depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib
@@ -16,7 +16,6 @@ config BR2_PACKAGE_ALSA_UTILS
http://www.alsa-project.org/
if BR2_PACKAGE_ALSA_UTILS
-menu "ALSA utils selection"
config BR2_PACKAGE_ALSA_UTILS_ALSACONF
bool "alsaconf"
@@ -92,6 +91,4 @@ config BR2_PACKAGE_ALSA_UTILS_SPEAKER_TEST
bool "speaker-test"
select BR2_PACKAGE_ALSA_LIB_PCM
-endmenu
-
endif
OpenPOWER on IntegriCloud