mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 14:53:06 +00:00
22 lines
274 B
Text
22 lines
274 B
Text
|
menu "mpc5xx CPU"
|
||
|
depends on 5xx
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "mpc5xx"
|
||
|
|
||
|
choice
|
||
|
prompt "Target select"
|
||
|
|
||
|
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
|