powerpc: C29X: Move CONFIG_PPC_C29X to Kconfig option
[platform/kernel/u-boot.git] / arch / powerpc / cpu / mpc85xx / Kconfig
index 5ea02b5..640c846 100644 (file)
@@ -23,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
@@ -177,6 +180,15 @@ config TARGET_CYRUS
 
 endchoice
 
+config ARCH_BSC9131
+       bool
+
+config ARCH_BSC9132
+       bool
+
+config ARCH_C29X
+       bool
+
 config ARCH_MPC8544
        bool