]> Git Repo - J-u-boot.git/blobdiff - arch/powerpc/cpu/mpc85xx/Kconfig
powerpc: P1021: Remove macro CONFIG_P1021
[J-u-boot.git] / arch / powerpc / cpu / mpc85xx / Kconfig
index 632e0f0c544186b5fcfa4d20793acf4aed91ae3e..55506872af7c788b774d46f912617bd8a03673a7 100644 (file)
@@ -120,25 +120,31 @@ 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_P1021RDB
        bool "Support P1021RDB"
        select SUPPORT_SPL
        select SUPPORT_TPL
+       select ARCH_P1021
 
 config TARGET_P1024RDB
        bool "Support P1024RDB"
@@ -150,8 +156,8 @@ config TARGET_P1025RDB
        select SUPPORT_SPL
        select SUPPORT_TPL
 
-config TARGET_P1_P2_RDB_PC
-       bool "Support p1_p2_rdb_pc"
+config TARGET_P2020RDB
+       bool "Support P2020RDB-PC"
        select SUPPORT_SPL
        select SUPPORT_TPL
 
@@ -226,6 +232,7 @@ config TARGET_XPEDITE550X
 
 config TARGET_UCP1020
        bool "Support uCP1020"
+       select ARCH_P1020
 
 config TARGET_CYRUS
        bool "Support Varisys Cyrus"
@@ -278,6 +285,12 @@ config ARCH_P1010
 config ARCH_P1011
        bool
 
+config ARCH_P1020
+       bool
+
+config ARCH_P1021
+       bool
+
 config ARCH_P1022
        bool
 
This page took 0.028861 seconds and 4 git commands to generate.