mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
ARM: k2g: Add kconfig support
Add Kconfig support Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
This commit is contained in:
parent
f11a328b54
commit
f9c4a51c3e
2 changed files with 16 additions and 0 deletions
|
@ -13,6 +13,9 @@ config TARGET_K2E_EVM
|
|||
config TARGET_K2L_EVM
|
||||
bool "TI Keystone 2 Lamar EVM"
|
||||
|
||||
config TARGET_K2G_EVM
|
||||
bool "TI Keystone 2 Galileo EVM"
|
||||
|
||||
endchoice
|
||||
|
||||
config SYS_SOC
|
||||
|
|
|
@ -36,3 +36,16 @@ config SYS_CONFIG_NAME
|
|||
default "k2l_evm"
|
||||
|
||||
endif
|
||||
|
||||
if TARGET_K2G_EVM
|
||||
|
||||
config SYS_BOARD
|
||||
default "ks2_evm"
|
||||
|
||||
config SYS_VENDOR
|
||||
default "ti"
|
||||
|
||||
config SYS_CONFIG_NAME
|
||||
default "k2g_evm"
|
||||
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue