X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=arch%2Farm%2FKconfig;h=682f882fc0610f89c57b97f38221aa3478e0056f;hb=8f02caac64980faa73b2bf00462b400c86257d04;hp=5eb1d03cfaafbdb8faf75c01cb5cc5839c0102a1;hpb=b4a0b4006fe4d6542899abf402c0569b11aa18e2;p=karo-tx-uboot.git diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 5eb1d03cfa..682f882fc0 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -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"