combine bool;prompt to just bool
authorMike Frysinger <vapier@gentoo.org>
Wed, 24 Jan 2007 09:32:19 +0000 (09:32 -0000)
committerMike Frysinger <vapier@gentoo.org>
Wed, 24 Jan 2007 09:32:19 +0000 (09:32 -0000)
modutils/Config.in

index 6a6956755b7e36518194bcb4c4f6a14076d54bdc..fdc8c78330f6f733be93387db0b613e1ae9320ee 100644 (file)
@@ -91,8 +91,7 @@ config MODPROBE
          module options from the configuration file. See option below.
 
 config FEATURE_MODPROBE_MULTIPLE_OPTIONS
-       bool
-       prompt "Multiple options parsing" if NITPICK
+       bool "Multiple options parsing" if NITPICK
        default y
        depends on MODPROBE
        help
@@ -108,8 +107,7 @@ config FEATURE_MODPROBE_MULTIPLE_OPTIONS
          on storage capacity.
 
 config FEATURE_MODPROBE_FANCY_ALIAS
-       bool
-       prompt "Fancy alias parsing" if NITPICK
+       bool "Fancy alias parsing" if NITPICK
        default y
        depends on MODPROBE && FEATURE_2_6_MODULES
        help