aboutsummaryrefslogtreecommitdiff
path: root/modutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'modutils/Config.in')
-rw-r--r--modutils/Config.in13
1 files changed, 12 insertions, 1 deletions
diff --git a/modutils/Config.in b/modutils/Config.in
index cf46b0863..8974fb795 100644
--- a/modutils/Config.in
+++ b/modutils/Config.in
@@ -91,7 +91,8 @@ config CONFIG_MODPROBE
91 module options from the configuration file. See option below. 91 module options from the configuration file. See option below.
92 92
93config CONFIG_FEATURE_MODPROBE_MULTIPLE_OPTIONS 93config CONFIG_FEATURE_MODPROBE_MULTIPLE_OPTIONS
94 bool "Multiple options parsing" 94 bool
95 prompt "Multiple options parsing" if CONFIG_NITPICK
95 default y 96 default y
96 depends on CONFIG_MODPROBE 97 depends on CONFIG_MODPROBE
97 help 98 help
@@ -106,6 +107,16 @@ config CONFIG_FEATURE_MODPROBE_MULTIPLE_OPTIONS
106 Saying Y here is not a bad idea if you're not that short 107 Saying Y here is not a bad idea if you're not that short
107 on storage capacity. 108 on storage capacity.
108 109
110config CONFIG_FEATURE_MODPROBE_FANCY_ALIAS
111 bool
112 prompt "Fancy alias parsing" if CONFIG_NITPICK
113 default y
114 depends on CONFIG_MODPROBE && CONFIG_FEATURE_2_6_MODULES
115 help
116 Say 'y' here to enable parsing of aliases with underscore/dash
117 mismatch between module name and file name, along with bus-specific
118 aliases (such as pci:... or usb:... aliases).
119
109comment "Options common to multiple modutils" 120comment "Options common to multiple modutils"
110 depends on CONFIG_INSMOD || CONFIG_RMMOD || CONFIG_MODPROBE || CONFIG_LSMOD 121 depends on CONFIG_INSMOD || CONFIG_RMMOD || CONFIG_MODPROBE || CONFIG_LSMOD
111 122