summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-26 14:25:48 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-26 14:25:48 +0200
commit6d9b353acbf75bf23404c65922c893b5b9240aef (patch)
tree4efcd5f93cdaf74c3391b3efef4d965b2ac9a300 /Config.in
parent6c1856bbb4d8d579ba154f0d4f96c258225f722a (diff)
oops, MODULES is internally used
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/Config.in b/Config.in
index f6ae4d342..c42dfbf10 100644
--- a/Config.in
+++ b/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"