diff options
author | Philipp Kirchhofer <philipp@familie-kirchhofer.de> | 2015-09-07 13:30:18 +0200 |
---|---|---|
committer | Philipp Kirchhofer <philipp@familie-kirchhofer.de> | 2015-09-07 13:30:18 +0200 |
commit | 1cc9f32271849d70345264d2c93439d2f4a58bc1 (patch) | |
tree | 5423d1972d5ce81cc615c5238781a95c421403a3 /config | |
parent | d803bcb81955162cf2635d4953f56dc8426e923c (diff) | |
download | crosstool-ng-1cc9f32271849d70345264d2c93439d2f4a58bc1.tar.gz crosstool-ng-1cc9f32271849d70345264d2c93439d2f4a58bc1.tar.bz2 crosstool-ng-1cc9f32271849d70345264d2c93439d2f4a58bc1.zip |
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.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/global.in b/config/global.in index 169882e7..2860f1a8 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" |