diff options
author | Lokesh Vutla | 2015-09-19 16:26:39 +0530 |
---|---|---|
committer | Tom Rini | 2015-10-22 14:22:13 -0400 |
commit | f9c4a51c3e1bc73c5c2ae178cf41aa85bada1fc8 (patch) | |
tree | fcf538931a278792f4b2c8acb919331089bc92b8 /arch | |
parent | f11a328b54cedac00df5f2ddf4e267f3024a336f (diff) |
ARM: k2g: Add kconfig support
Add Kconfig support
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-keystone/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-keystone/Kconfig b/arch/arm/mach-keystone/Kconfig index 67f1a332417..e1962c779a6 100644 --- a/arch/arm/mach-keystone/Kconfig +++ b/arch/arm/mach-keystone/Kconfig @@ -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 |