]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/powerpc/cpu/mpc85xx/Kconfig
powerpc: T1040: Remove macro CONFIG_PPC_T1040
[people/ms/u-boot.git] / arch / powerpc / cpu / mpc85xx / Kconfig
index 48447c9206c0c95ea7ee50e6a77a3e7447cf2a41..bad4af63baf5fcdd30eb2946353c0e9bc56efc0a 100644 (file)
@@ -209,10 +209,17 @@ config TARGET_T1024RDB
 
 config TARGET_T1040QDS
        bool "Support T1040QDS"
+       select ARCH_T1040
        select PHYS_64BIT
 
-config TARGET_T104XRDB
-       bool "Support T104xRDB"
+config TARGET_T1040RDB
+       bool "Support T1040RDB"
+       select ARCH_T1040
+       select SUPPORT_SPL
+       select PHYS_64BIT
+
+config TARGET_T1042RDB
+       bool "Support T1042RDB"
        select SUPPORT_SPL
        select PHYS_64BIT
 
@@ -363,6 +370,9 @@ config ARCH_T1023
 config ARCH_T1024
        bool
 
+config ARCH_T1040
+       bool
+
 source "board/freescale/b4860qds/Kconfig"
 source "board/freescale/bsc9131rdb/Kconfig"
 source "board/freescale/bsc9132qds/Kconfig"