arm: Remove xaeniax board
[oweals/u-boot.git] / arch / arm / Kconfig
index e46764f0a5a8107e6c305b3ef2de50506c13686b..89fe420c4de3fe42f6d701a6f7df6070fd3f505d 100644 (file)
@@ -70,7 +70,7 @@ config SYS_L2CACHE_OFF
 
 choice
        prompt "Target select"
-       default ARCH_VERSATILE
+       default TARGET_HIKEY
 
 config ARCH_AT91
        bool "Atmel AT91"
@@ -79,10 +79,6 @@ config TARGET_EDB93XX
        bool "Support edb93xx"
        select CPU_ARM920T
 
-config TARGET_SCB9328
-       bool "Support scb9328"
-       select CPU_ARM920T
-
 config TARGET_VCMA9
        bool "Support VCMA9"
        select CPU_ARM920T
@@ -231,10 +227,6 @@ config TARGET_X600
        select CPU_ARM926EJS
        select SUPPORT_SPL
 
-config ARCH_VERSATILE
-       bool "ARM Ltd. Versatile family"
-       select CPU_ARM926EJS
-
 config TARGET_IMX31_PHYCORE
        bool "Support imx31_phycore"
        select CPU_ARM1136
@@ -248,10 +240,6 @@ config TARGET_MX31PDK
        select CPU_ARM1136
        select SUPPORT_SPL
 
-config TARGET_TT01
-       bool "Support tt01"
-       select CPU_ARM1136
-
 config TARGET_WOODBURN
        bool "Support woodburn"
        select CPU_ARM1136
@@ -485,10 +473,6 @@ config TARGET_MX53SMD
        bool "Support mx53smd"
        select CPU_V7
 
-config TARGET_VISION2
-       bool "Support vision2"
-       select CPU_V7
-
 config OMAP34XX
        bool "OMAP34XX SoC"
        select CPU_V7
@@ -635,15 +619,6 @@ config TARGET_PALMTREO680
        select CPU_PXA
        select SUPPORT_SPL
 
-config TARGET_VPAC270
-       bool "Support vpac270"
-       select CPU_PXA
-       select SUPPORT_SPL
-
-config TARGET_XAENIAX
-       bool "Support xaeniax"
-       select CPU_PXA
-
 config TARGET_COLIBRI_PXA270
        bool "Support colibri_pxa270"
        select CPU_PXA
@@ -717,8 +692,6 @@ source "arch/arm/mach-tegra/Kconfig"
 
 source "arch/arm/mach-uniphier/Kconfig"
 
-source "arch/arm/mach-versatile/Kconfig"
-
 source "arch/arm/mach-zynq/Kconfig"
 
 source "arch/arm/cpu/armv7/Kconfig"
@@ -768,7 +741,6 @@ source "board/freescale/mx53smd/Kconfig"
 source "board/freescale/vf610twr/Kconfig"
 source "board/gumstix/pepper/Kconfig"
 source "board/h2200/Kconfig"
-source "board/hale/tt01/Kconfig"
 source "board/hisilicon/hikey/Kconfig"
 source "board/imx31_phycore/Kconfig"
 source "board/isee/igep0033/Kconfig"
@@ -781,7 +753,6 @@ source "board/phytec/pcm051/Kconfig"
 source "board/ppcag/bg0900/Kconfig"
 source "board/samsung/smdk2410/Kconfig"
 source "board/sandisk/sansa_fuze_plus/Kconfig"
-source "board/scb9328/Kconfig"
 source "board/schulercontrol/sc_sps_1/Kconfig"
 source "board/siemens/draco/Kconfig"
 source "board/siemens/pxm2/Kconfig"
@@ -805,12 +776,9 @@ source "board/timll/devkit3250/Kconfig"
 source "board/toradex/colibri_pxa270/Kconfig"
 source "board/toradex/colibri_vf/Kconfig"
 source "board/technologic/ts4800/Kconfig"
-source "board/ttcontrol/vision2/Kconfig"
-source "board/vpac270/Kconfig"
 source "board/vscom/baltos/Kconfig"
 source "board/woodburn/Kconfig"
 source "board/work-microwave/work_92105/Kconfig"
-source "board/xaeniax/Kconfig"
 
 source "arch/arm/Kconfig.debug"