diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-01-24 09:32:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-01-24 09:32:19 +0000 |
commit | 841ef1308beb56ea1d0b9b7ad383adab76eba346 (patch) | |
tree | 3103a84cc1a7736dad75afd9a4d5dab2039841fe | |
parent | 08e70973405ac1531bd396e15085bc9ba926e184 (diff) | |
download | busybox-w32-841ef1308beb56ea1d0b9b7ad383adab76eba346.tar.gz busybox-w32-841ef1308beb56ea1d0b9b7ad383adab76eba346.tar.bz2 busybox-w32-841ef1308beb56ea1d0b9b7ad383adab76eba346.zip |
combine bool;prompt to just bool
-rw-r--r-- | modutils/Config.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/modutils/Config.in b/modutils/Config.in index 6a6956755..fdc8c7833 100644 --- a/modutils/Config.in +++ b/modutils/Config.in | |||
@@ -91,8 +91,7 @@ config MODPROBE | |||
91 | module options from the configuration file. See option below. | 91 | module options from the configuration file. See option below. |
92 | 92 | ||
93 | config FEATURE_MODPROBE_MULTIPLE_OPTIONS | 93 | config FEATURE_MODPROBE_MULTIPLE_OPTIONS |
94 | bool | 94 | bool "Multiple options parsing" if NITPICK |
95 | prompt "Multiple options parsing" if NITPICK | ||
96 | default y | 95 | default y |
97 | depends on MODPROBE | 96 | depends on MODPROBE |
98 | help | 97 | help |
@@ -108,8 +107,7 @@ config FEATURE_MODPROBE_MULTIPLE_OPTIONS | |||
108 | on storage capacity. | 107 | on storage capacity. |
109 | 108 | ||
110 | config FEATURE_MODPROBE_FANCY_ALIAS | 109 | config FEATURE_MODPROBE_FANCY_ALIAS |
111 | bool | 110 | bool "Fancy alias parsing" if NITPICK |
112 | prompt "Fancy alias parsing" if NITPICK | ||
113 | default y | 111 | default y |
114 | depends on MODPROBE && FEATURE_2_6_MODULES | 112 | depends on MODPROBE && FEATURE_2_6_MODULES |
115 | help | 113 | help |