diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-01-24 14:34:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-01-24 14:34:35 +0000 |
commit | 11353ae0ab404b783639cea5fe02843b75878286 (patch) | |
tree | 57313199969ac5b5cb88c087a1bf3c01c106eec8 /modutils | |
parent | a01579d4eb6968d4707b8167cbdbfc5f219468ca (diff) |
as Peter Kjellerstedt points out, bool/prompt/depend need to be split up in order to achieve the desired behavior (default to Y without a prompt); revert previous to commits to this file
Diffstat (limited to 'modutils')
-rw-r--r-- | modutils/Config.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/modutils/Config.in b/modutils/Config.in index f4b263b80..6a6956755 100644 --- a/modutils/Config.in +++ b/modutils/Config.in @@ -91,9 +91,10 @@ config MODPROBE module options from the configuration file. See option below. config FEATURE_MODPROBE_MULTIPLE_OPTIONS - bool "Multiple options parsing" + bool + prompt "Multiple options parsing" if NITPICK default y - depends on MODPROBE && NITPICK + depends on MODPROBE help Allow modprobe to understand more than one option to pass to modules. @@ -107,9 +108,10 @@ config FEATURE_MODPROBE_MULTIPLE_OPTIONS on storage capacity. config FEATURE_MODPROBE_FANCY_ALIAS - bool "Fancy alias parsing" + bool + prompt "Fancy alias parsing" if NITPICK default y - depends on MODPROBE && FEATURE_2_6_MODULES && NITPICK + depends on MODPROBE && FEATURE_2_6_MODULES help Say 'y' here to enable parsing of aliases with underscore/dash mismatch between module name and file name, along with bus-specific |