aboutsummaryrefslogtreecommitdiff
path: root/modutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'modutils/Config.in')
-rw-r--r--modutils/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/modutils/Config.in b/modutils/Config.in
index b04988c7a..4384c54c8 100644
--- a/modutils/Config.in
+++ b/modutils/Config.in
@@ -111,7 +111,7 @@ comment "Options common to multiple modutils"
111 111
112config CONFIG_FEATURE_CHECK_TAINTED_MODULE 112config CONFIG_FEATURE_CHECK_TAINTED_MODULE
113 # Simulate indentation 113 # Simulate indentation
114 bool " Support tainted module checking with new kernels" 114 bool "Support tainted module checking with new kernels"
115 default y 115 default y
116 depends on CONFIG_INSMOD || CONFIG_LSMOD 116 depends on CONFIG_INSMOD || CONFIG_LSMOD
117 help 117 help
@@ -122,7 +122,7 @@ config CONFIG_FEATURE_CHECK_TAINTED_MODULE
122 122
123config CONFIG_FEATURE_2_4_MODULES 123config CONFIG_FEATURE_2_4_MODULES
124 # Simulate indentation 124 # Simulate indentation
125 bool " Support version 2.2.x to 2.4.x Linux kernels" 125 bool "Support version 2.2.x to 2.4.x Linux kernels"
126 default y 126 default y
127 depends on CONFIG_INSMOD || CONFIG_RMMOD 127 depends on CONFIG_INSMOD || CONFIG_RMMOD
128 help 128 help
@@ -130,7 +130,7 @@ config CONFIG_FEATURE_2_4_MODULES
130 130
131config CONFIG_FEATURE_2_6_MODULES 131config CONFIG_FEATURE_2_6_MODULES
132 # Simulate indentation 132 # Simulate indentation
133 bool " Support version 2.6.x Linux kernels" 133 bool "Support version 2.6.x Linux kernels"
134 default y 134 default y
135 depends on CONFIG_INSMOD || CONFIG_RMMOD || CONFIG_MODPROBE 135 depends on CONFIG_INSMOD || CONFIG_RMMOD || CONFIG_MODPROBE
136 help 136 help