mirror of
https://xff.cz/git/u-boot/
synced 2025-08-31 16:22:36 +02:00
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>
19 lines
204 B
Plaintext
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
|