summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/Config.in38
1 files changed, 1 insertions, 37 deletions
diff --git a/config/Config.in b/config/Config.in
index 8a14a81f7..0e67bce97 100644
--- a/config/Config.in
+++ b/config/Config.in
@@ -90,43 +90,6 @@ choice
bool "mipsel (little endian)"
endchoice
-config ARCH
- string
- default "arm" if ARCH_ARM
- default "i386" if ARCH_X86
-
-choice
- prompt "ARM architecture"
- depends on ARCH_ARM || ARCH_ARM_NOMMU
-
- config ARM_ARCH_PXA
- bool "pxa (little endian)"
- depends on ARCH_ARM
-
- config ARM_ARCH_IXP2000
- bool "ixp2000 (big endian)"
- depends on ARCH_ARM
-
- config ARM_ARCH_NETARM
- bool "net+arm (little endian)"
- depends on ARCH_ARM_NOMMU
-
- config ARM_ARCH_ATMEL
- bool "atmel (little endian)"
- depends on ARCH_ARM_NOMMU
-endchoice
-
-choice
- prompt "MIPS architecture"
- depends on ARCH_MIPS
-
- config MIPS_ARCH_BE
- bool "mips (big endian)"
-
- config MIPS_ARCH_LE
- bool "mipsel (little endian)"
-endchoice
-
choice
prompt "Code Optimization"
@@ -248,6 +211,7 @@ config ARM_ARCH
default "netarm" if ARM_ARCH_NETARM
default "atmel" if ARM_ARCH_ATMEL
default "ixp2000" if ARM_ARCH_IXP2000
+ default "epxa" if ARM_ARCH_EPXA
config GNU_TARGET
string