mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 06:42:56 +00:00
f7e1af8690
These boards are still non-generic boards. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Wolfgang Denk <wd@denx.de>
21 lines
276 B
Text
21 lines
276 B
Text
menu "mpc8260 CPU"
|
|
depends on MPC8260
|
|
|
|
config SYS_CPU
|
|
default "mpc8260"
|
|
|
|
choice
|
|
prompt "Target select"
|
|
|
|
config TARGET_ATC
|
|
bool "Support atc"
|
|
|
|
config TARGET_KM82XX
|
|
bool "Support km82xx"
|
|
|
|
endchoice
|
|
|
|
source "board/atc/Kconfig"
|
|
source "board/keymile/km82xx/Kconfig"
|
|
|
|
endmenu
|