mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
39a723452f
Move arch/arm/cpu/armv7/keystone/* -> arch/arm/mach-keystone/* Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Tom Rini <trini@ti.com>
22 lines
325 B
Text
22 lines
325 B
Text
if ARCH_KEYSTONE
|
|
|
|
choice
|
|
prompt "TI Keystone board select"
|
|
|
|
config TARGET_K2HK_EVM
|
|
bool "TI Keystone 2 Kepler/Hawking EVM"
|
|
|
|
config TARGET_K2E_EVM
|
|
bool "TI Keystone 2 Edison EVM"
|
|
|
|
config TARGET_K2L_EVM
|
|
bool "TI Keystone 2 Lamar EVM"
|
|
|
|
endchoice
|
|
|
|
config SYS_SOC
|
|
default "keystone"
|
|
|
|
source "board/ti/ks2_evm/Kconfig"
|
|
|
|
endif
|