summaryrefslogtreecommitdiff
path: root/target/config/Config.in.adk
diff options
context:
space:
mode:
Diffstat (limited to 'target/config/Config.in.adk')
-rw-r--r--target/config/Config.in.adk12
1 files changed, 0 insertions, 12 deletions
diff --git a/target/config/Config.in.adk b/target/config/Config.in.adk
index ea139b7ec..341adbd48 100644
--- a/target/config/Config.in.adk
+++ b/target/config/Config.in.adk
@@ -12,12 +12,6 @@ config ADK_HOST
help
Configure host for IPKG package management.
-config ADK_LOCALES
- bool "Enable locale support in C library and applications"
- default n
- help
- Multilanguage support.
-
config ADK_DEBUG
bool "Compile applications with debug support by default"
default n
@@ -111,10 +105,4 @@ config ADK_HOST_CYGWIN
endchoice
-config ADK_64BIT_KERNEL
- prompt "Build a 64bit Kernel"
- boolean
- default n
- depends on ADK_TARGET_KERNEL_MAY_64BIT
-
endmenu