]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arm/Kconfig
arm64: Add Xilinx ZynqMP support
[karo-tx-uboot.git] / arch / arm / Kconfig
index 760e9673f719cf91ea4867dd1ddf0190abdc5358..13b6442e2c29bb2e861179859b900890cbd5fcad 100644 (file)
@@ -377,10 +377,6 @@ config TARGET_RPI_2
        bool "Support rpi_2"
        select CPU_V7
 
-config TARGET_TNETV107X_EVM
-       bool "Support tnetv107x_evm"
-       select CPU_ARM1176
-
 config TARGET_INTEGRATORAP_CM946ES
        bool "Support integratorap_cm946es"
        select CPU_ARM946ES
@@ -507,6 +503,14 @@ config ARCH_KEYSTONE
        select CPU_V7
        select SUPPORT_SPL
 
+config ARCH_MX6
+       bool "Freescale MX6"
+       select CPU_V7
+
+config ARCH_MX5
+       bool "Freescale MX5"
+       select CPU_V7
+
 config TARGET_M53EVK
        bool "Support m53evk"
        select CPU_V7
@@ -552,10 +556,6 @@ config TARGET_WANDBOARD
        bool "Support wandboard"
        select CPU_V7
 
-config TARGET_WARP
-       bool "Support WaRP"
-       select CPU_V7
-
 config TARGET_TITANIUM
        bool "Support titanium"
        select CPU_V7
@@ -638,18 +638,15 @@ config TARGET_PLATINUM_TITANIUM
 config OMAP34XX
        bool "OMAP34XX SoC"
        select CPU_V7
-       select OMAP_COMMON
 
 config OMAP44XX
        bool "OMAP44XX SoC"
        select CPU_V7
-       select OMAP_COMMON
        select SUPPORT_SPL
 
 config OMAP54XX
        bool "OMAP54XX SoC"
        select CPU_V7
-       select OMAP_COMMON
        select SUPPORT_SPL
 
 config RMOBILE
@@ -686,6 +683,10 @@ config ZYNQ
        select CPU_V7
        select SUPPORT_SPL
 
+config TARGET_XILINX_ZYNQMP
+       bool "Support Xilinx ZynqMP Platform"
+       select ARM64
+
 config TEGRA
        bool "NVIDIA Tegra"
        select SUPPORT_SPL
@@ -803,6 +804,10 @@ source "arch/arm/mach-kirkwood/Kconfig"
 
 source "arch/arm/mach-nomadik/Kconfig"
 
+source "arch/arm/cpu/armv7/mx5/Kconfig"
+
+source "arch/arm/cpu/armv7/mx6/Kconfig"
+
 source "arch/arm/cpu/armv7/omap3/Kconfig"
 
 source "arch/arm/cpu/armv7/omap4/Kconfig"
@@ -817,7 +822,7 @@ source "arch/arm/cpu/armv7/s5pc1xx/Kconfig"
 
 source "arch/arm/mach-tegra/Kconfig"
 
-source "arch/arm/cpu/armv7/uniphier/Kconfig"
+source "arch/arm/mach-uniphier/Kconfig"
 
 source "arch/arm/mach-versatile/Kconfig"
 
@@ -930,7 +935,6 @@ source "board/ti/am335x/Kconfig"
 source "board/ti/am43xx/Kconfig"
 source "board/ti/ti814x/Kconfig"
 source "board/ti/ti816x/Kconfig"
-source "board/ti/tnetv107xevm/Kconfig"
 source "board/timll/devkit3250/Kconfig"
 source "board/toradex/colibri_pxa270/Kconfig"
 source "board/tqc/tqma6/Kconfig"
@@ -939,9 +943,9 @@ source "board/ttcontrol/vision2/Kconfig"
 source "board/udoo/Kconfig"
 source "board/vpac270/Kconfig"
 source "board/wandboard/Kconfig"
-source "board/warp/Kconfig"
 source "board/woodburn/Kconfig"
 source "board/xaeniax/Kconfig"
+source "board/xilinx/zynqmp/Kconfig"
 source "board/zipitz2/Kconfig"
 
 source "arch/arm/Kconfig.debug"