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.
Signed-off-by: Sascha Hauer <[email protected]> --- platforms/architecture.in | 55 --------------------------------------------- 1 files changed, 0 insertions(+), 55 deletions(-) diff --git a/platforms/architecture.in b/platforms/architecture.in index 09bc558..cee81d3 100644 --- a/platforms/architecture.in +++ b/platforms/architecture.in @@ -100,61 +100,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 # -- 1.7.2.3 -- ptxdist mailing list [email protected]
