powerpc: P1020MBG: Separate from P1_P2_RDB_PC in Kconfig
[oweals/u-boot.git] / arch / powerpc / cpu / mpc8260 / Kconfig
index 59e2bede167bf8bd1baa1c31aded41951f9920bf..e93732d058dc6ab2431231677373025b7d3fa503 100644 (file)
@@ -6,28 +6,13 @@ config SYS_CPU
 
 choice
        prompt "Target select"
-
-config TARGET_ATC
-       bool "Support atc"
-
-config TARGET_CPU86
-       bool "Support CPU86"
-
-config TARGET_CPU87
-       bool "Support CPU87"
-
-config TARGET_EP82XXM
-       bool "Support ep82xxm"
+       optional
 
 config TARGET_KM82XX
        bool "Support km82xx"
 
 endchoice
 
-source "board/atc/Kconfig"
-source "board/cpu86/Kconfig"
-source "board/cpu87/Kconfig"
-source "board/ep82xxm/Kconfig"
 source "board/keymile/km82xx/Kconfig"
 
 endmenu