summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2003-10-07 08:31:14 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2003-10-07 08:31:14 +0000
commit4aa09df4b2bcab2dce7a525014d916b87f5cc68c (patch)
tree6cdd98bb6dc58a8c3117004616378b679a5ae9ea /config
parent00e2bd8a524cb1c92a00afa2b1b7e7c6b8a7aeb9 (diff)
downloadptxdist-4aa09df4b2bcab2dce7a525014d916b87f5cc68c.tar.gz
ptxdist-4aa09df4b2bcab2dce7a525014d916b87f5cc68c.tar.xz
* cleaned up integration of EPXA
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@517 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'config')
-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