summaryrefslogtreecommitdiffstats
path: root/rules/Kconfig
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-02-06 09:51:03 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-02-06 09:53:53 +0100
commit30a94780ba87e2885bce6fe175d4eac1a0c4f527 (patch)
tree63075214f20930daef188a97d275d7752c8d0901 /rules/Kconfig
parent598d31f961f0d6166bdd2b736422f3e63f9b5037 (diff)
downloadptxdist-30a94780ba87e2885bce6fe175d4eac1a0c4f527.tar.gz
ptxdist-30a94780ba87e2885bce6fe175d4eac1a0c4f527.tar.xz
Kconfig: fix 'module' handling
Kconfig has changed the handling for enabling tristate options: A config entry with the option 'modules' is used instead of a config entry with the name 'MODULES'. Use '_ptxconfig_MAGIC__' for that. It exists anyways. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/Kconfig')
-rw-r--r--rules/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/Kconfig b/rules/Kconfig
index 33d4eaee4..19bcdb71e 100644
--- a/rules/Kconfig
+++ b/rules/Kconfig
@@ -7,6 +7,7 @@ source "generated/ptxdist_version.in"
config _ptxconfig_MAGIC__
bool
+ option modules
default y
comment "--------- Host Options -------------"