summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPhilipp Kirchhofer <philipp@familie-kirchhofer.de>2015-09-07 11:30:18 (GMT)
committerPhilipp Kirchhofer <philipp@familie-kirchhofer.de>2015-09-07 11:30:18 (GMT)
commit1cc9f32271849d70345264d2c93439d2f4a58bc1 (patch)
tree5423d1972d5ce81cc615c5238781a95c421403a3 /config
parentd803bcb81955162cf2635d4953f56dc8426e923c (diff)
Fix tristate Kconfig options
After the Kconfig update the "option modules" setting must be set on the MODULES config option to enable tristates again. Signed-off-by: Philipp Kirchhofer <philipp@familie-kirchhofer.de>
Diffstat (limited to 'config')
-rw-r--r--config/global.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/global.in b/config/global.in
index 169882e..2860f1a 100644
--- a/config/global.in
+++ b/config/global.in
@@ -3,6 +3,7 @@
# Allow unconditional usage of tristates
config MODULES
bool
+ option modules
default y
menu "Paths and misc options"