X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=arch%2Farm%2FKconfig;h=4f26d289be703f13eacd06ebfed31629e667b28a;hp=17942965af71021b35fe9b7f0023eb805e52d64a;hb=5ddc329341a9a143f0567494e5f874008b22e1a7;hpb=5a1095a830299aef8dd32495e505e92ab1749e89 diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 17942965af..4f26d289be 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -704,6 +704,9 @@ config TARGET_WHISTLER config TARGET_COLIBRI_T20_IRIS bool "Support colibri_t20_iris" +config TARGET_COLIBRI_T30 + bool "Support Colibri T30" + config TARGET_TEC_NG bool "Support tec-ng" @@ -993,6 +996,7 @@ source "board/timll/devkit3250/Kconfig" source "board/timll/devkit8000/Kconfig" source "board/toradex/colibri_pxa270/Kconfig" source "board/toradex/colibri_t20_iris/Kconfig" +source "board/toradex/colibri_t30/Kconfig" source "board/trizepsiv/Kconfig" source "board/ttcontrol/vision2/Kconfig" source "board/udoo/Kconfig"