u-boot-brain/arch/powerpc/cpu/mpc5xx/Kconfig
Masahiro Yamada 972f5320da 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>
2015-09-02 11:33:18 -04:00

19 lines
204 B
Plaintext

menu "mpc5xx CPU"
depends on 5xx
config SYS_CPU
default "mpc5xx"
choice
prompt "Target select"
optional
config TARGET_PATI
bool "Support PATI"
endchoice
source "board/mpl/pati/Kconfig"
endmenu