summaryrefslogtreecommitdiffstats
path: root/config
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 /config
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 'config')
-rw-r--r--config/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/Kconfig b/config/Kconfig
index b97d6126e..a79270dd9 100644
--- a/config/Kconfig
+++ b/config/Kconfig
@@ -5,10 +5,6 @@
mainmenu "PTXdist $CONFIGFILE_VERSION"
-config MODULES
- bool
- default y
-
source "generated/project_specific.in"
source "generated/fixme.in"