powerpc: P3041: Remove macro CONFIG_PPC_P3041
[platform/kernel/u-boot.git] / arch / powerpc / cpu / mpc85xx / Kconfig
index 90777db..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"
@@ -162,6 +163,7 @@ config TARGET_P2020RDB
        bool "Support P2020RDB-PC"
        select SUPPORT_SPL
        select SUPPORT_TPL
+       select ARCH_P2020
 
 config TARGET_P1_TWR
        bool "Support p1_twr"
@@ -169,6 +171,7 @@ config TARGET_P1_TWR
 
 config TARGET_P2041RDB
        bool "Support P2041RDB"
+       select ARCH_P2041
        select PHYS_64BIT
 
 config TARGET_QEMU_PPCE500
@@ -220,6 +223,7 @@ config TARGET_CONTROLCENTERD
 
 config TARGET_KMP204X
        bool "Support kmp204x"
+       select ARCH_P2041
        select PHYS_64BIT
 
 config TARGET_XPEDITE520X
@@ -232,6 +236,7 @@ config TARGET_XPEDITE537X
 
 config TARGET_XPEDITE550X
        bool "Support xpedite550x"
+       select ARCH_P2020
 
 config TARGET_UCP1020
        bool "Support uCP1020"
@@ -306,6 +311,15 @@ config ARCH_P1024
 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"