mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
9067b30008
These boards are still non-generic boards. drivers/rtc/ds12887.c should also be removed because it can not be built without CONFIG_ATC. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Wolfgang Denk <wd@denx.de>
17 lines
210 B
Text
17 lines
210 B
Text
menu "mpc8260 CPU"
|
|
depends on MPC8260
|
|
|
|
config SYS_CPU
|
|
default "mpc8260"
|
|
|
|
choice
|
|
prompt "Target select"
|
|
|
|
config TARGET_KM82XX
|
|
bool "Support km82xx"
|
|
|
|
endchoice
|
|
|
|
source "board/keymile/km82xx/Kconfig"
|
|
|
|
endmenu
|