From 69bd78993a96e8ec37456fcb6727d5cca5d536f3 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Fri, 4 Mar 2011 11:13:02 +0100 Subject: ARM: remove now unused ARM SoC selection 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 Signed-off-by: Michael Olbrich --- platforms/architecture.in | 58 +++-------------------------------------------- 1 file 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 " -- cgit v1.2.3