Jetpack/u-boot/arch/powerpc/cpu/mpc5xx/Kconfig
dchvs 31faf4d851 cti_kernel: Add CTI sources
Elroy L4T r32.4.4 – JetPack 4.4.1
2021-03-15 20:15:11 -06: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