diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-07-17 20:01:44 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-07-17 20:01:44 +0000 |
commit | 4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee (patch) | |
tree | 6f01e1708cc34b93325d0cb3cdd9ba8d5374deda /package/alsa-utils/Config.in | |
parent | ac653c53d6ef59e45f0236a0e05a4225439d281d (diff) |
Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
Diffstat (limited to 'package/alsa-utils/Config.in')
-rw-r--r-- | package/alsa-utils/Config.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/package/alsa-utils/Config.in b/package/alsa-utils/Config.in index e76522955..b7304f397 100644 --- a/package/alsa-utils/Config.in +++ b/package/alsa-utils/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_ALSA_UTILS bool "alsa-utils" - default n depends on BR2_PACKAGE_ALSA_LIB depends on BR2_PACKAGE_NCURSES help @@ -18,7 +17,6 @@ menu "ALSA utils selection" config BR2_PACKAGE_ALSA_UTILS_ALSACONF bool "alsaconf" - default n depends on BR2_PACKAGE_ALSA_UTILS config BR2_PACKAGE_ALSA_UTILS_ALSACTL @@ -33,58 +31,47 @@ config BR2_PACKAGE_ALSA_UTILS_ALSAMIXER config BR2_PACKAGE_ALSA_UTILS_AMIDI bool "amidi" - default n depends on BR2_PACKAGE_ALSA_UTILS config BR2_PACKAGE_ALSA_UTILS_AMIXER bool "amixer" - default n depends on BR2_PACKAGE_ALSA_UTILS config BR2_PACKAGE_ALSA_UTILS_APLAY bool "aplay" - default n select BR2_LARGEFILE depends on BR2_PACKAGE_ALSA_UTILS config BR2_PACKAGE_ALSA_UTILS_ARECORD bool "arecord" - default n depends on BR2_PACKAGE_ALSA_UTILS config BR2_PACKAGE_ALSA_UTILS_IECSET bool "iecset" - default n depends on BR2_PACKAGE_ALSA_UTILS config BR2_PACKAGE_ALSA_UTILS_ACONNECT bool "aconnect" - default n depends on BR2_PACKAGE_ALSA_UTILS config BR2_PACKAGE_ALSA_UTILS_APLAYMIDI bool "aplaymidi" - default n depends on BR2_PACKAGE_ALSA_UTILS config BR2_PACKAGE_ALSA_UTILS_ARECORDMIDI bool "arecordmidi" - default n depends on BR2_PACKAGE_ALSA_UTILS config BR2_PACKAGE_ALSA_UTILS_ASEQDUMP bool "aseqdump" - default n depends on BR2_PACKAGE_ALSA_UTILS config BR2_PACKAGE_ALSA_UTILS_ASEQNET bool "aseqnet" - default n depends on BR2_PACKAGE_ALSA_UTILS config BR2_PACKAGE_ALSA_UTILS_SPEAKER_TEST bool "speaker-test" - default n depends on BR2_PACKAGE_ALSA_UTILS endmenu |