]> 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 a68a65146f7f4b94f9df246e7cd6b6751260b54d..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
 
@@ -51,10 +58,12 @@ config TARGET_P4080DS
 config TARGET_P5020DS
        bool "Support P5020DS"
        select PHYS_64BIT
+       select ARCH_P5020
 
 config TARGET_P5040DS
        bool "Support P5040DS"
        select PHYS_64BIT
+       select ARCH_P5040
 
 config TARGET_MPC8536DS
        bool "Support MPC8536DS"
@@ -177,24 +186,40 @@ config TARGET_P2041RDB
 
 config TARGET_QEMU_PPCE500
        bool "Support qemu-ppce500"
+       select ARCH_QEMU_E500
        select PHYS_64BIT
 
-config TARGET_T102XQDS
-       bool "Support T102xQDS"
+config TARGET_T1024QDS
+       bool "Support T1024QDS"
+       select ARCH_T1024
        select SUPPORT_SPL
        select PHYS_64BIT
 
-config TARGET_T102XRDB
-       bool "Support T102xRDB"
+config TARGET_T1023RDB
+       bool "Support T1023RDB"
+       select ARCH_T1023
+       select SUPPORT_SPL
+       select PHYS_64BIT
+
+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
 
@@ -249,6 +274,12 @@ config TARGET_CYRUS
 
 endchoice
 
+config ARCH_B4420
+       bool
+
+config ARCH_B4860
+       bool
+
 config ARCH_BSC9131
        bool
 
@@ -324,6 +355,24 @@ config ARCH_P3041
 config ARCH_P4080
        bool
 
+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"