]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/Kconfig
karo: tx6: cleanup HAB functions
[karo-tx-uboot.git] / arch / arm / Kconfig
index 986b4c5d81db1009110eafb2c4606c79675c03a7..b3297f1547144de609fdc142c77e1fd1683a6923 100644 (file)
@@ -58,6 +58,63 @@ config SEMIHOSTING
          the hosted environment to call out to the emulator to
          retrieve files from the host machine.
 
+config SOC_AM335X
+       bool
+       select CPU_V7
+       select OMAP_COMMON
+
+config SOC_MXS
+       bool
+       select CPU_ARM926EJS
+
+config SOC_MX23
+       bool
+       select SOC_MXS
+
+config SOC_MX28
+       bool
+       select SOC_MXS
+
+config SOC_MX5
+       bool
+       select CPU_V7
+
+config SOC_MX53
+       bool
+       select SOC_MX5
+
+config SOC_MX51
+       bool
+       select SOC_MX5
+
+config SOC_MX53
+       bool
+       select SOC_MX5
+
+config SOC_MX6
+       bool
+       select CPU_V7
+
+config SOC_MX6Q
+       bool
+       select SOC_MX6
+
+config SOC_MX6DL
+       bool
+       select SOC_MX6
+
+config SOC_MX6S
+       bool
+       select SOC_MX6
+
+config SOC_MX6SX
+       bool
+       select SOC_MX6
+
+config SOC_SAMA5D4
+       bool
+       select CPU_V7
+
 choice
        prompt "Target select"
 
@@ -255,9 +312,35 @@ config TARGET_MX25PDK
 
 config TARGET_TX25
        bool "Support tx25"
-       select CPU_ARM926EJS
+       select SOC_MX25
+       select SUPPORT_SPL
+
+config TARGET_TX28
+       bool "Support tx28"
+       select SOC_MX28
+       select SUPPORT_SPL
+
+config TARGET_TX48
+       bool "Support tx48"
+       select SOC_AM335X
        select SUPPORT_SPL
 
+config TARGET_TX51
+       bool "Support tx51"
+       select SOC_MX51
+
+config TARGET_TX53
+       bool "Support tx53"
+       select SOC_MX53
+
+config TARGET_TX6
+       bool "Support tx6"
+       select SOC_MX6
+
+config TARGET_TXA5
+       bool "Support txA5"
+       select SOC_SAMA5D4
+
 config TARGET_ZMX25
        bool "Support zmx25"
        select CPU_ARM926EJS
@@ -674,15 +757,18 @@ config TARGET_OT1200
 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
@@ -943,6 +1029,12 @@ source "board/imx31_phycore/Kconfig"
 source "board/isee/igep0033/Kconfig"
 source "board/jornada/Kconfig"
 source "board/karo/tx25/Kconfig"
+source "board/karo/tx28/Kconfig"
+source "board/karo/tx48/Kconfig"
+source "board/karo/tx51/Kconfig"
+source "board/karo/tx53/Kconfig"
+source "board/karo/tx6/Kconfig"
+source "board/karo/txa5/Kconfig"
 source "board/kosagi/novena/Kconfig"
 source "board/logicpd/imx27lite/Kconfig"
 source "board/logicpd/imx31_litekit/Kconfig"