forked from rrcarlosr/Jetpack
19 lines
220 B
Plaintext
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
|