diff mbox series

[v2,1/2] davinci: omapl138_lcdk: add support for TI_COMMON_CMD_OPTIONS

Message ID 20170511144422.24549-2-nsekhar@ti.com
State Accepted
Commit fe9ee579441b332f921cd5d07b8977630dcd5672
Headers show
Series davinci: omapl138_lcdk: enable commonly used commands | expand

Commit Message

Sekhar Nori May 11, 2017, 2:44 p.m. UTC
OMAP-L138 LCDK board can benefit from using the commonly
used commands enabled by TI_COMMON_CMD_OPTIONS.

Source the relevant Kconfig file so TI_COMMON_CMD_OPTIONS
can be enabled for OMAP-L138 LCDK board in a future patch.

Signed-off-by: Sekhar Nori <nsekhar@ti.com>
---
 board/davinci/da8xxevm/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Tom Rini May 11, 2017, 3:27 p.m. UTC | #1
On Thu, May 11, 2017 at 08:14:21PM +0530, Sekhar Nori wrote:

> OMAP-L138 LCDK board can benefit from using the commonly

> used commands enabled by TI_COMMON_CMD_OPTIONS.

> 

> Source the relevant Kconfig file so TI_COMMON_CMD_OPTIONS

> can be enabled for OMAP-L138 LCDK board in a future patch.

> 

> Signed-off-by: Sekhar Nori <nsekhar@ti.com>


Reviewed-by: Tom Rini <trini@konsulko.com>


-- 
Tom
Tom Rini May 12, 2017, 5:24 p.m. UTC | #2
On Thu, May 11, 2017 at 08:14:21PM +0530, Sekhar Nori wrote:

> OMAP-L138 LCDK board can benefit from using the commonly

> used commands enabled by TI_COMMON_CMD_OPTIONS.

> 

> Source the relevant Kconfig file so TI_COMMON_CMD_OPTIONS

> can be enabled for OMAP-L138 LCDK board in a future patch.

> 

> Signed-off-by: Sekhar Nori <nsekhar@ti.com>

> Reviewed-by: Tom Rini <trini@konsulko.com>


Applied to u-boot/master, thanks!

-- 
Tom
diff mbox series

Patch

diff --git a/board/davinci/da8xxevm/Kconfig b/board/davinci/da8xxevm/Kconfig
index 7d0de1d0fa51..0935abfd42ab 100644
--- a/board/davinci/da8xxevm/Kconfig
+++ b/board/davinci/da8xxevm/Kconfig
@@ -22,4 +22,6 @@  config SYS_VENDOR
 config SYS_CONFIG_NAME
 	default "omapl138_lcdk"
 
+source "board/ti/common/Kconfig"
+
 endif