Browse Source

oops, MODULES is internally used

Waldemar Brodkorb 10 years ago
parent
commit
6d9b353acb
1 changed files with 5 additions and 1 deletions
  1. 5 1
      Config.in

+ 5 - 1
Config.in

@@ -1,8 +1,12 @@
 # This file is part of the OpenADK project. OpenADK is copyrighted
 # material, please see the LICENCE file in the top-level directory.
 
+config MODULES
+	boolean
+	default y
+
 config ADK_HAVE_DOT_CONFIG
-	bool
+	boolean
 	default y
 
 mainmenu "OpenADK Configuration"