summaryrefslogtreecommitdiff
path: root/target/config/Config.in.arch.choice
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-26 12:50:25 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-26 12:50:25 +0200
commita8c14536161a7f62f06beb5928acfd78691bef78 (patch)
treeadeaed5057b137598c625e1fc6f8054d2cd9bfa7 /target/config/Config.in.arch.choice
parentce64829c0d165fe0f25c861117a359b05293ec51 (diff)
make arm/mips architectures more configurable in a simpler way
Diffstat (limited to 'target/config/Config.in.arch.choice')
-rw-r--r--target/config/Config.in.arch.choice34
1 files changed, 5 insertions, 29 deletions
diff --git a/target/config/Config.in.arch.choice b/target/config/Config.in.arch.choice
index 607fbb4b9..092a0297d 100644
--- a/target/config/Config.in.arch.choice
+++ b/target/config/Config.in.arch.choice
@@ -15,46 +15,22 @@ config ADK_LINUX_NATIVE
No toolchain will be created.
config ADK_LINUX_ARM
- bool "arm system (little endian)"
+ bool "arm system"
select ADK_arm
help
- Support for arm little endian systems.
-
-config ADK_LINUX_ARMEB
- bool "armeb system (big endian)"
- select ADK_armeb
- help
- Support for arm big endian systems.
+ Support for ARM systems.
config ADK_LINUX_CRIS
bool "cris system"
select ADK_cris
help
- Support for cris systems.
+ Support for CRIS systems.
config ADK_LINUX_MIPS
- bool "mips system (big endian)"
+ bool "mips system"
select ADK_mips
help
- Support for mips big endian systems.
-
-config ADK_LINUX_MIPSEL
- bool "mipsel system (little endian)"
- select ADK_mipsel
- help
- Support for mips little endian systems.
-
-config ADK_LINUX_MIPS64
- bool "mips64 system (big endian)"
- select ADK_mips64
- help
- Support for mips64 big endian systems.
-
-config ADK_LINUX_MIPS64EL
- bool "mips64el system (little endian)"
- select ADK_mips64el
- help
- Support for mips64 little endian systems.
+ Support for MIPS systems.
config ADK_LINUX_PPC
bool "ppc system"