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>
This commit is contained in:
Philipp Kirchhofer 2015-09-07 13:30:18 +02:00
parent d803bcb819
commit 1cc9f32271

View File

@ -3,6 +3,7 @@
# Allow unconditional usage of tristates
config MODULES
bool
option modules
default y
menu "Paths and misc options"