summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/Config.in b/Config.in
new file mode 100644
index 000000000..9128520e8
--- /dev/null
+++ b/Config.in
@@ -0,0 +1,17 @@
+# $Id$
+#-
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+mainmenu "OpenADK Configuration"
+
+config MODULES
+ bool
+ default y
+
+config ADK_HAVE_DOT_CONFIG
+ bool
+ default y
+
+source "target/Config.in"
+source "package/Config.in"