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 67f1a33..e1962c7 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 384b175..c0568ec 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