X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=arch%2Farm%2FKconfig;fp=arch%2Farm%2FKconfig;h=2b0d2c933895c3c07cec7ec1af8fe8e47f3cba4d;hb=2c49323d5de38e119f102fa3f5fb291c4bc4e8a0;hp=c026dec0ac928d04982a70ad82ce40ae0d33c766;hpb=d0419f400af6f4bbe5c4ee5c97f6fbbdedec6cf3;p=karo-tx-uboot.git diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index c026dec0ac..2b0d2c9338 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -341,6 +341,10 @@ config TARGET_SPEAR600 bool "Support spear600" select CPU_ARM926EJS +config TARGET_STV0991 + bool "Support stv0991" + select CPU_V7 + config TARGET_X600 bool "Support x600" select CPU_ARM926EJS @@ -650,6 +654,7 @@ config TARGET_KOSAGI_NOVENA config TARGET_TBS2910 bool "Support tbs2910" + select CPU_V7 config TARGET_TQMA6 bool "TQ Systems TQMa6 board" @@ -955,6 +960,7 @@ source "board/spear/spear600/Kconfig" source "board/spear/x600/Kconfig" source "board/st-ericsson/snowball/Kconfig" source "board/st-ericsson/u8500/Kconfig" +source "board/st/stv0991/Kconfig" source "board/sunxi/Kconfig" source "board/syteco/jadecpu/Kconfig" source "board/syteco/zmx25/Kconfig"