gk7205v200-uboot/arch/powerpc/cpu/mpc8260/Kconfig

19 lines
220 B
Plaintext
Raw Permalink Normal View History

2025-08-07 17:13:54 +08:00
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