summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc85xx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/cpu/mpc85xx/Kconfig')
-rw-r--r--arch/powerpc/cpu/mpc85xx/Kconfig53
1 files changed, 50 insertions, 3 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig
index 0f01db0..b770a6a 100644
--- a/arch/powerpc/cpu/mpc85xx/Kconfig
+++ b/arch/powerpc/cpu/mpc85xx/Kconfig
@@ -400,12 +400,57 @@ config TARGET_CYRUS_P5040
select ARCH_P5040
select PHYS_64BIT
-config TARGET_SIMC_T10XX
- bool "Support simc-t10xx"
+config TARGET_SIMC_TXXXX
+ bool "Support simc-txxxx"
+ select BOARD_LATE_INIT if CHAIN_OF_TRUST
+ select PHYS_64BIT
+ select SUPPORT_SPL
+
+config TARGET_QT1040_1GB
+ bool "Support QT1040-1GB"
+ select ARCH_T1040
+ select BOARD_LATE_INIT if CHAIN_OF_TRUST
+ select PHYS_64BIT
select SUPPORT_SPL
-
endchoice
+choice
+ depends on TARGET_SIMC_TXXXX || TARGET_QT1040_1GB
+ prompt "CPU type"
+ optional
+ help
+ Select the exact type of CPU which is used on the version of the simc-txxxx module
+
+config PPC_T1020
+ bool
+ prompt "T1020"
+ depends on TARGET_SIMC_TXXXX
+ select ARCH_T1020
+
+config PPC_T1022
+ bool
+ prompt "T1022"
+ depends on TARGET_SIMC_TXXXX
+ select ARCH_T1022
+
+config PPC_T1040
+ bool
+ prompt "T1040"
+ select ARCH_T1040
+
+config PPC_T1042
+ bool
+ prompt "T1042"
+ depends on TARGET_SIMC_TXXXX
+ select ARCH_T1042
+
+#config PPC_T2081
+# bool
+# prompt "T2081"
+# depends on TARGET_SIMC_TXXXX
+# select ARCH_T2081
+endchoice
+
config ARCH_B4420
bool
select E500MC
@@ -1526,7 +1571,9 @@ source "board/freescale/t4rdb/Kconfig"
source "board/gdsys/p1022/Kconfig"
source "board/keymile/kmp204x/Kconfig"
source "board/sbc8548/Kconfig"
+source "board/scalys/common/Kconfig"
source "board/scalys/simc-t10xx/Kconfig"
+source "board/scalys/simc-t2081/Kconfig"
source "board/socrates/Kconfig"
source "board/varisys/cyrus/Kconfig"
source "board/xes/xpedite520x/Kconfig"