mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
972f5320da
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>
18 lines
204 B
Text
18 lines
204 B
Text
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
|