powerpc: P3041: Remove macro CONFIG_PPC_P3041
[platform/kernel/u-boot.git] / arch / powerpc / cpu / mpc85xx / Kconfig
index 98f98af..d8bc1d0 100644 (file)
@@ -41,6 +41,7 @@ config TARGET_C29XPCIE
 config TARGET_P3041DS
        bool "Support P3041DS"
        select PHYS_64BIT
+       select ARCH_P3041
 
 config TARGET_P4080DS
        bool "Support P4080DS"
@@ -84,36 +85,93 @@ config TARGET_MPC8560ADS
 
 config TARGET_MPC8568MDS
        bool "Support MPC8568MDS"
+       select ARCH_MPC8568
 
 config TARGET_MPC8569MDS
        bool "Support MPC8569MDS"
+       select ARCH_MPC8569
 
 config TARGET_MPC8572DS
        bool "Support MPC8572DS"
+       select ARCH_MPC8572
 
-config TARGET_P1010RDB
-       bool "Support P1010RDB"
+config TARGET_P1010RDB_PA
+       bool "Support P1010RDB_PA"
+       select ARCH_P1010
+       select SUPPORT_SPL
+       select SUPPORT_TPL
+
+config TARGET_P1010RDB_PB
+       bool "Support P1010RDB_PB"
+       select ARCH_P1010
        select SUPPORT_SPL
        select SUPPORT_TPL
 
 config TARGET_P1022DS
        bool "Support P1022DS"
+       select ARCH_P1022
        select SUPPORT_SPL
        select SUPPORT_TPL
 
 config TARGET_P1023RDB
        bool "Support P1023RDB"
+       select ARCH_P1023
+
+config TARGET_P1020MBG
+       bool "Support P1020MBG-PC"
+       select SUPPORT_SPL
+       select SUPPORT_TPL
+       select ARCH_P1020
+
+config TARGET_P1020RDB_PC
+       bool "Support P1020RDB-PC"
+       select SUPPORT_SPL
+       select SUPPORT_TPL
+       select ARCH_P1020
+
+config TARGET_P1020RDB_PD
+       bool "Support P1020RDB-PD"
+       select SUPPORT_SPL
+       select SUPPORT_TPL
+       select ARCH_P1020
+
+config TARGET_P1020UTM
+       bool "Support P1020UTM"
+       select SUPPORT_SPL
+       select SUPPORT_TPL
+       select ARCH_P1020
 
-config TARGET_P1_P2_RDB_PC
-       bool "Support p1_p2_rdb_pc"
+config TARGET_P1021RDB
+       bool "Support P1021RDB"
        select SUPPORT_SPL
        select SUPPORT_TPL
+       select ARCH_P1021
+
+config TARGET_P1024RDB
+       bool "Support P1024RDB"
+       select SUPPORT_SPL
+       select SUPPORT_TPL
+       select ARCH_P1024
+
+config TARGET_P1025RDB
+       bool "Support P1025RDB"
+       select SUPPORT_SPL
+       select SUPPORT_TPL
+       select ARCH_P1025
+
+config TARGET_P2020RDB
+       bool "Support P2020RDB-PC"
+       select SUPPORT_SPL
+       select SUPPORT_TPL
+       select ARCH_P2020
 
 config TARGET_P1_TWR
        bool "Support p1_twr"
+       select ARCH_P1025
 
 config TARGET_P2041RDB
        bool "Support P2041RDB"
+       select ARCH_P2041
        select PHYS_64BIT
 
 config TARGET_QEMU_PPCE500
@@ -161,9 +219,11 @@ config TARGET_T4240RDB
 
 config TARGET_CONTROLCENTERD
        bool "Support controlcenterd"
+       select ARCH_P1022
 
 config TARGET_KMP204X
        bool "Support kmp204x"
+       select ARCH_P2041
        select PHYS_64BIT
 
 config TARGET_XPEDITE520X
@@ -172,12 +232,15 @@ config TARGET_XPEDITE520X
 
 config TARGET_XPEDITE537X
        bool "Support xpedite537x"
+       select ARCH_MPC8572
 
 config TARGET_XPEDITE550X
        bool "Support xpedite550x"
+       select ARCH_P2020
 
 config TARGET_UCP1020
        bool "Support uCP1020"
+       select ARCH_P1020
 
 config TARGET_CYRUS
        bool "Support Varisys Cyrus"
@@ -215,6 +278,48 @@ config ARCH_MPC8555
 config ARCH_MPC8560
        bool
 
+config ARCH_MPC8568
+       bool
+
+config ARCH_MPC8569
+       bool
+
+config ARCH_MPC8572
+       bool
+
+config ARCH_P1010
+       bool
+
+config ARCH_P1011
+       bool
+
+config ARCH_P1020
+       bool
+
+config ARCH_P1021
+       bool
+
+config ARCH_P1022
+       bool
+
+config ARCH_P1023
+       bool
+
+config ARCH_P1024
+       bool
+
+config ARCH_P1025
+       bool
+
+config ARCH_P2020
+       bool
+
+config ARCH_P2041
+       bool
+
+config ARCH_P3041
+       bool
+
 source "board/freescale/b4860qds/Kconfig"
 source "board/freescale/bsc9131rdb/Kconfig"
 source "board/freescale/bsc9132qds/Kconfig"