Jetpack/u-boot/arch/powerpc/cpu/mpc8260/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
220 B
Plaintext

menu "mpc8260 CPU"
depends on MPC8260
config SYS_CPU
default "mpc8260"
choice
prompt "Target select"
optional
config TARGET_KM82XX
bool "Support km82xx"
endchoice
source "board/keymile/km82xx/Kconfig"
endmenu