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/board/ti/ks2_evm/Kconfig b/board/ti/ks2_evm/Kconfig index 384b175..c0568ec 100644 --- a/board/ti/ks2_evm/Kconfig +++ b/board/ti/ks2_evm/Kconfig
@@ -36,3 +36,16 @@ 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