summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index eeda10eaf..4fd011c48 100644
--- a/Config.in
+++ b/Config.in
@@ -53,6 +53,19 @@ config ADK_DEVELSYSTEM
If you choose this option, all necessary software needed
for native building will be selected.
+config ADK_DEBUG
+ bool "Enable debug support"
+ default n
+ help
+ All packages and libc will be compiled and packaged with debug information.
+ Mostly useful for NFS root or big USB/CF disk setups.
+
+config ADK_STATIC
+ bool "Link applications statically by default"
+ default n
+ help
+ Useful for toolchain only target devices.
+
config ADK_MAKE_JOBS
int
default 1 if ! ADK_MAKE_PARALLEL