commit | 64c0baba63e4c5642be2ecc6e7a9467e493e20fe | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Sat Sep 19 16:26:39 2015 +0530 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 22 14:22:13 2015 -0400 |
tree | fcf538931a278792f4b2c8acb919331089bc92b8 | |
parent | 05b8e49308c916220d6b787fa24e2056cf1e2e64 [diff] [blame] |
ARM: k2g: Add kconfig support Add Kconfig support Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
diff --git a/arch/arm/mach-keystone/Kconfig b/arch/arm/mach-keystone/Kconfig index 67f1a33..e1962c7 100644 --- a/arch/arm/mach-keystone/Kconfig +++ b/arch/arm/mach-keystone/Kconfig
@@ -13,6 +13,9 @@ config TARGET_K2L_EVM bool "TI Keystone 2 Lamar EVM" +config TARGET_K2G_EVM + bool "TI Keystone 2 Galileo EVM" + endchoice config SYS_SOC