]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/Kconfig
karo: merge with Ka-Ro specific tree for secure boot support
[karo-tx-uboot.git] / arch / arm / Kconfig
index 5eb1d03cfaafbdb8faf75c01cb5cc5839c0102a1..682f882fc0610f89c57b97f38221aa3478e0056f 100644 (file)
@@ -251,6 +251,28 @@ config TARGET_TX25
        select CPU_ARM926EJS
        select SUPPORT_SPL
 
+config TARGET_TX28
+       bool "Support tx28"
+       select CPU_ARM926EJS
+       select SUPPORT_SPL
+
+config TARGET_TX48
+       bool "Support tx48"
+       select CPU_V7
+       select SUPPORT_SPL
+
+config TARGET_TX51
+       bool "Support tx51"
+       select CPU_V7
+
+config TARGET_TX53
+       bool "Support tx53"
+       select CPU_V7
+
+config TARGET_TX6
+       bool "Support tx6"
+       select CPU_V7
+
 config TARGET_ZMX25
        bool "Support zmx25"
        select CPU_ARM926EJS
@@ -927,6 +949,11 @@ 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/kosagi/novena/Kconfig"
 source "board/logicpd/imx27lite/Kconfig"
 source "board/logicpd/imx31_litekit/Kconfig"