diff options
author | Masahiro Yamada | 2015-09-02 10:40:29 +0900 |
---|---|---|
committer | Tom Rini | 2015-09-02 11:33:18 -0400 |
commit | 972f5320dae1d69b38cd06c6c2a23da8ae5a654a (patch) | |
tree | dccd6e843e47936c71e025da8c2755dfba2c425a /arch/powerpc | |
parent | eb5d1dc7a64957f8a81347a8237fd60460da25cb (diff) |
powerpc: mpc5xx: remove cmi_mpc5xx support
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/cpu/mpc5xx/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/cpu/mpc5xx/Kconfig b/arch/powerpc/cpu/mpc5xx/Kconfig index 5275447cf6c..d81bfd2a50d 100644 --- a/arch/powerpc/cpu/mpc5xx/Kconfig +++ b/arch/powerpc/cpu/mpc5xx/Kconfig @@ -8,15 +8,11 @@ choice prompt "Target select" optional -config TARGET_CMI_MPC5XX - bool "Support cmi_mpc5xx" - config TARGET_PATI bool "Support PATI" endchoice -source "board/cmi/Kconfig" source "board/mpl/pati/Kconfig" endmenu |