crosstool-ng/config/global.in
Philipp Kirchhofer 1cc9f32271 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>
2015-09-07 13:30:18 +02:00

19 lines
405 B
Plaintext

# Overall toolchain configuration: paths, jobs, etc...
# Allow unconditional usage of tristates
config MODULES
bool
option modules
default y
menu "Paths and misc options"
source "config/global/ct-behave.in"
source "config/global/paths.in"
source "config/global/download.in"
source "config/global/extract.in"
source "config/global/build-behave.in"
source "config/global/logging.in"
endmenu