]> git.sur5r.net Git - u-boot/commitdiff
ARM: k2g: Add kconfig support
authorLokesh Vutla <lokeshvutla@ti.com>
Sat, 19 Sep 2015 10:56:39 +0000 (16:26 +0530)
committerTom Rini <trini@konsulko.com>
Thu, 22 Oct 2015 18:22:13 +0000 (14:22 -0400)
Add Kconfig support

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
arch/arm/mach-keystone/Kconfig
board/ti/ks2_evm/Kconfig

index 67f1a33241790e93f4c3959d68addbe2e0b9d57a..e1962c779a6ad24d32c020ab08b491e3553ddd22 100644 (file)
@@ -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
index 384b175e9cda5c3439f225b86a0a5cf3b163337c..c0568ec50c5a2a416e4ddf8520aa926b481fb412 100644 (file)
@@ -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