mpc8260: remove ppmc8260 board support
[platform/kernel/u-boot.git] / arch / powerpc / cpu / mpc8260 / Kconfig
index 2541400..d4132a0 100644 (file)
@@ -10,9 +10,6 @@ choice
 config TARGET_ATC
        bool "Support atc"
 
-config TARGET_COGENT_MPC8260
-       bool "Support cogent_mpc8260"
-
 config TARGET_CPU86
        bool "Support CPU86"
 
@@ -40,12 +37,6 @@ config TARGET_PM826
 config TARGET_PM828
        bool "Support PM828"
 
-config TARGET_PPMC8260
-       bool "Support ppmc8260"
-
-config TARGET_SACSNG
-       bool "Support sacsng"
-
 config TARGET_MPC8266ADS
        bool "Support MPC8266ADS"
 
@@ -58,7 +49,6 @@ config TARGET_KM82XX
 endchoice
 
 source "board/atc/Kconfig"
-source "board/cogent/Kconfig"
 source "board/cpu86/Kconfig"
 source "board/cpu87/Kconfig"
 source "board/ep8260/Kconfig"
@@ -71,7 +61,5 @@ source "board/keymile/km82xx/Kconfig"
 source "board/muas3001/Kconfig"
 source "board/pm826/Kconfig"
 source "board/pm828/Kconfig"
-source "board/ppmc8260/Kconfig"
-source "board/sacsng/Kconfig"
 
 endmenu