Skip to content
Snippets Groups Projects
Commit f9c4a51c authored by Lokesh Vutla's avatar Lokesh Vutla Committed by Tom Rini
Browse files

ARM: k2g: Add kconfig support


Add Kconfig support

Signed-off-by: default avatarLokesh Vutla <lokeshvutla@ti.com>
parent f11a328b
Branches
Tags
No related merge requests found
...@@ -13,6 +13,9 @@ config TARGET_K2E_EVM ...@@ -13,6 +13,9 @@ config TARGET_K2E_EVM
config TARGET_K2L_EVM config TARGET_K2L_EVM
bool "TI Keystone 2 Lamar EVM" bool "TI Keystone 2 Lamar EVM"
config TARGET_K2G_EVM
bool "TI Keystone 2 Galileo EVM"
endchoice endchoice
config SYS_SOC config SYS_SOC
......
...@@ -36,3 +36,16 @@ config SYS_CONFIG_NAME ...@@ -36,3 +36,16 @@ config SYS_CONFIG_NAME
default "k2l_evm" default "k2l_evm"
endif endif
if TARGET_K2G_EVM
config SYS_BOARD
default "ks2_evm"
config SYS_VENDOR
default "ti"
config SYS_CONFIG_NAME
default "k2g_evm"
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment