diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-05-13 02:43:27 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-05-13 02:43:27 +0000 |
commit | 9305cdddbf83ed11fc8164e7f1e624538611be22 (patch) | |
tree | 17fdc564a28838e1bd5fd4265af23ecc1aa5a990 /modutils | |
parent | 77ad97f199f1bf05e9a7609bbdd239dab825b258 (diff) | |
download | busybox-w32-9305cdddbf83ed11fc8164e7f1e624538611be22.tar.gz busybox-w32-9305cdddbf83ed11fc8164e7f1e624538611be22.tar.bz2 busybox-w32-9305cdddbf83ed11fc8164e7f1e624538611be22.zip |
Kill CONFIG_NITPICK, it turned out to not be useful. no code changes.
Diffstat (limited to 'modutils')
-rw-r--r-- | modutils/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modutils/Config.in b/modutils/Config.in index 364ec2459..b2ef51a05 100644 --- a/modutils/Config.in +++ b/modutils/Config.in | |||
@@ -92,7 +92,7 @@ config MODPROBE | |||
92 | 92 | ||
93 | config FEATURE_MODPROBE_MULTIPLE_OPTIONS | 93 | config FEATURE_MODPROBE_MULTIPLE_OPTIONS |
94 | bool | 94 | bool |
95 | prompt "Multiple options parsing" if NITPICK | 95 | prompt "Multiple options parsing" |
96 | default y | 96 | default y |
97 | depends on MODPROBE | 97 | depends on MODPROBE |
98 | help | 98 | help |
@@ -109,7 +109,7 @@ config FEATURE_MODPROBE_MULTIPLE_OPTIONS | |||
109 | 109 | ||
110 | config FEATURE_MODPROBE_FANCY_ALIAS | 110 | config FEATURE_MODPROBE_FANCY_ALIAS |
111 | bool | 111 | bool |
112 | prompt "Fancy alias parsing" if NITPICK | 112 | prompt "Fancy alias parsing" |
113 | default y | 113 | default y |
114 | depends on MODPROBE && FEATURE_2_6_MODULES | 114 | depends on MODPROBE && FEATURE_2_6_MODULES |
115 | help | 115 | help |