]> 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 808144edf2ff6e6a358922428f45d2c87e15a223..bad4af63baf5fcdd30eb2946353c0e9bc56efc0a 100644 (file)
@@ -16,8 +16,15 @@ config TARGET_SOCRATES
        bool "Support socrates"
        select ARCH_MPC8544
 
+config TARGET_B4420QDS
+       bool "Support B4420QDS"
+       select ARCH_B4420
+       select SUPPORT_SPL
+       select PHYS_64BIT
+
 config TARGET_B4860QDS
        bool "Support B4860QDS"
+       select ARCH_B4860
        select SUPPORT_SPL
        select PHYS_64BIT
 
@@ -56,6 +63,7 @@ config TARGET_P5020DS
 config TARGET_P5040DS
        bool "Support P5040DS"
        select PHYS_64BIT
+       select ARCH_P5040
 
 config TARGET_MPC8536DS
        bool "Support MPC8536DS"
@@ -178,24 +186,40 @@ config TARGET_P2041RDB
 
 config TARGET_QEMU_PPCE500
        bool "Support qemu-ppce500"
+       select ARCH_QEMU_E500
+       select PHYS_64BIT
+
+config TARGET_T1024QDS
+       bool "Support T1024QDS"
+       select ARCH_T1024
+       select SUPPORT_SPL
        select PHYS_64BIT
 
-config TARGET_T102XQDS
-       bool "Support T102xQDS"
+config TARGET_T1023RDB
+       bool "Support T1023RDB"
+       select ARCH_T1023
        select SUPPORT_SPL
        select PHYS_64BIT
 
-config TARGET_T102XRDB
-       bool "Support T102xRDB"
+config TARGET_T1024RDB
+       bool "Support T1024RDB"
+       select ARCH_T1024
        select SUPPORT_SPL
        select PHYS_64BIT
 
 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
 
@@ -250,6 +274,12 @@ config TARGET_CYRUS
 
 endchoice
 
+config ARCH_B4420
+       bool
+
+config ARCH_B4860
+       bool
+
 config ARCH_BSC9131
        bool
 
@@ -328,6 +358,21 @@ config ARCH_P4080
 config ARCH_P5020
        bool
 
+config ARCH_P5040
+       bool
+
+config ARCH_QEMU_E500
+       bool
+
+config ARCH_T1023
+       bool
+
+config ARCH_T1024
+       bool
+
+config ARCH_T1040
+       bool
+
 source "board/freescale/b4860qds/Kconfig"
 source "board/freescale/bsc9131rdb/Kconfig"
 source "board/freescale/bsc9132qds/Kconfig"