powerpc: C29X: Move CONFIG_PPC_C29X to Kconfig option
[platform/kernel/u-boot.git] / arch / powerpc / cpu / mpc85xx / Kconfig
index 9bcbda0..640c846 100644 (file)
@@ -10,9 +10,11 @@ choice
 
 config TARGET_SBC8548
        bool "Support sbc8548"
+       select ARCH_MPC8548
 
 config TARGET_SOCRATES
        bool "Support socrates"
+       select ARCH_MPC8544
 
 config TARGET_B4860QDS
        bool "Support B4860QDS"
@@ -21,14 +23,17 @@ config TARGET_B4860QDS
 
 config TARGET_BSC9131RDB
        bool "Support BSC9131RDB"
+       select ARCH_BSC9131
        select SUPPORT_SPL
 
 config TARGET_BSC9132QDS
        bool "Support BSC9132QDS"
+       select ARCH_BSC9132
        select SUPPORT_SPL
 
 config TARGET_C29XPCIE
        bool "Support C29XPCIE"
+       select ARCH_C29X
        select SUPPORT_SPL
        select SUPPORT_TPL
        select PHYS_64BIT
@@ -60,9 +65,11 @@ config TARGET_MPC8541CDS
 
 config TARGET_MPC8544DS
        bool "Support MPC8544DS"
+       select ARCH_MPC8544
 
 config TARGET_MPC8548CDS
        bool "Support MPC8548CDS"
+       select ARCH_MPC8548
 
 config TARGET_MPC8555CDS
        bool "Support MPC8555CDS"
@@ -156,6 +163,7 @@ config TARGET_KMP204X
 
 config TARGET_XPEDITE520X
        bool "Support xpedite520x"
+       select ARCH_MPC8548
 
 config TARGET_XPEDITE537X
        bool "Support xpedite537x"
@@ -172,6 +180,21 @@ config TARGET_CYRUS
 
 endchoice
 
+config ARCH_BSC9131
+       bool
+
+config ARCH_BSC9132
+       bool
+
+config ARCH_C29X
+       bool
+
+config ARCH_MPC8544
+       bool
+
+config ARCH_MPC8548
+       bool
+
 source "board/freescale/b4860qds/Kconfig"
 source "board/freescale/bsc9131rdb/Kconfig"
 source "board/freescale/bsc9132qds/Kconfig"