forked from rrcarlosr/Jetpack
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
|