From 30a94780ba87e2885bce6fe175d4eac1a0c4f527 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Thu, 6 Feb 2014 09:51:03 +0100 Subject: 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 --- config/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'config') 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" -- cgit v1.2.3