summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-03-04 11:13:02 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-03-15 14:35:58 +0100
commit69bd78993a96e8ec37456fcb6727d5cca5d536f3 (patch)
treeea9b8e8ce8bc7746db3766699d5a4065ebb7f38d
parent797baa483280d2dcd4e76badf5d92153e9962f92 (diff)
downloadptxdist-69bd78993a96e8ec37456fcb6727d5cca5d536f3.tar.gz
ptxdist-69bd78993a96e8ec37456fcb6727d5cca5d536f3.tar.xz
ARM: remove now unused ARM SoC selectionptxdist-2011.03.0
They are now unused and should never be introduced again. If anything, we want to depend on the ARM architecture, but not on specific SOCs. Since ARM in general supports little and big endian, both is possible. The default is little endian. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--platforms/architecture.in58
1 files changed, 3 insertions, 55 deletions
diff --git a/platforms/architecture.in b/platforms/architecture.in
index 09bc55820..0105e834f 100644
--- a/platforms/architecture.in
+++ b/platforms/architecture.in
@@ -23,6 +23,8 @@ choice
config ARCH_ARM
bool "arm "
+ select ARCH_SUPPORTS_ENDIAN_LITTLE
+ select ARCH_SUPPORTS_ENDIAN_BIG
select HAS_MMU
help
This is support for the ARM processor architecture.
@@ -100,61 +102,6 @@ choice
This is support for the SuperH architecture.
endchoice
-
-#
-# arm
-#
-choice
- prompt "arm SoC variant "
- depends on ARCH_ARM
- help
- The ARM processor architecture has a variety of flavours.
- Please chose one.
-
- config ARCH_ARM_ATMEL
- bool "atmel "
- select ARCH_SUPPORTS_ENDIAN_LITTLE
-
- config ARCH_ARM_AT91RM9200
- bool "at91rm9200 "
- select ARCH_SUPPORTS_ENDIAN_LITTLE
-
- config ARCH_ARM_AT91SAM926X
- bool "at91sam926x"
- select ARCH_SUPPORTS_ENDIAN_LITTLE
-
- config ARCH_ARM_EPXA
- bool "excalibur "
- select ARCH_SUPPORTS_ENDIAN_LITTLE
-
- config ARCH_ARM_IMX
- bool "i.mx "
- select ARCH_SUPPORTS_ENDIAN_LITTLE
-
- config ARCH_ARM_IXP
- bool "ixp "
- select HAS_PCI
- select ARCH_SUPPORTS_ENDIAN_BIG
- select ARCH_SUPPORTS_ENDIAN_LITTLE
-
- config ARCH_ARM_LPC32XX
- bool "lpc32xx "
- select ARCH_SUPPORTS_ENDIAN_LITTLE
-
- config ARCH_ARM_NETX
- bool "netx "
- select ARCH_SUPPORTS_ENDIAN_LITTLE
-
- config ARCH_ARM_OMAP
- bool "omap "
- select ARCH_SUPPORTS_ENDIAN_LITTLE
-
- config ARCH_ARM_PXA
- bool "pxa "
- select ARCH_SUPPORTS_ENDIAN_LITTLE
-endchoice
-
-
#
# superh
#
@@ -229,6 +176,7 @@ config ARCH_SUPPORTS_ENDIAN_LITTLE
choice
prompt "endianess "
+ default ENDIAN_LITTLE
config ENDIAN_BIG
bool "big "