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) |
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 config FEATURE_MODPROBE_MULTIPLE_OPTIONS bool - prompt "Multiple options parsing" if NITPICK + prompt "Multiple options parsing" default y depends on MODPROBE help @@ -109,7 +109,7 @@ config FEATURE_MODPROBE_MULTIPLE_OPTIONS config FEATURE_MODPROBE_FANCY_ALIAS bool - prompt "Fancy alias parsing" if NITPICK + prompt "Fancy alias parsing" default y depends on MODPROBE && FEATURE_2_6_MODULES help |