summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-10-12 11:22:46 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-10-12 11:22:46 (GMT)
commitc7df47dcea803deb519689c700d8f1728143f279 (patch)
treef42a249cd71a2206eac78c47b6278970dbed0c1b /config
parent5276fc869dad0bce1c19f362a816760c45ab7c2b (diff)
In generated choice menus, move the selection options outside the choice menu.
/trunk/kconfig/kconfig.mk | 60 35 25 0 +++++++++++++++++++++++++++++++---------------------- /trunk/config/kernel.in | 6 0 6 0 ----- /trunk/config/target.in | 6 0 6 0 ----- 3 files changed, 35 insertions(+), 37 deletions(-)
Diffstat (limited to 'config')
-rw-r--r--config/kernel.in6
-rw-r--r--config/target.in6
2 files changed, 0 insertions, 12 deletions
diff --git a/config/kernel.in b/config/kernel.in
index 0178480..388c048 100644
--- a/config/kernel.in
+++ b/config/kernel.in
@@ -14,12 +14,6 @@ config KERNEL
config KERNEL_VERSION
string
-choice
- bool
- prompt "Target OS"
-
source config.gen/kernel.in
-endchoice
-
endmenu
diff --git a/config/target.in b/config/target.in
index b5c7af1..60881ce 100644
--- a/config/target.in
+++ b/config/target.in
@@ -28,14 +28,8 @@ config TARGET_LDFLAGS
comment "General target options"
-choice
- bool
- prompt "Target architecture:"
-
source config.gen/arch.in
-endchoice
-
config ARCH_SUPPORTS_BOTH_ENDIAN
bool
default n