summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc8260/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-12-15 23:26:18 +0900
committerTom Rini <trini@ti.com>2015-01-05 12:08:53 -0500
commitd19f6a60ec9a342a4dbb38396d354562b4ce3c5e (patch)
tree77c27d4f27edfea18e9016b9d5a2653e22df6708 /arch/powerpc/cpu/mpc8260/Kconfig
parentaf0e35149b4063bbc7453fbc1d7d623360bc91c8 (diff)
powerpc: remove cogent_8xx, cogent_mpc8260 board support
These boards are still non-generic boards. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Murray Jensen <Murray.Jensen@csiro.au>
Diffstat (limited to 'arch/powerpc/cpu/mpc8260/Kconfig')
-rw-r--r--arch/powerpc/cpu/mpc8260/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/cpu/mpc8260/Kconfig b/arch/powerpc/cpu/mpc8260/Kconfig
index 2541400e72..17e303d02f 100644
--- a/arch/powerpc/cpu/mpc8260/Kconfig
+++ b/arch/powerpc/cpu/mpc8260/Kconfig
@@ -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"
@@ -58,7 +55,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"