diff options
author | Sekhar Nori <nsekhar@ti.com> | 2017-05-11 14:44:21 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-12 12:37:41 (GMT) |
commit | fe9ee579441b332f921cd5d07b8977630dcd5672 (patch) | |
tree | e7620c30188cf29cccbddd5a7e1151468a7f910f /board | |
parent | 9444387838a49c0ad4860eb9531015d836a8a007 (diff) | |
download | u-boot-fe9ee579441b332f921cd5d07b8977630dcd5672.tar.xz |
davinci: omapl138_lcdk: add support for TI_COMMON_CMD_OPTIONS
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>
Diffstat (limited to 'board')
-rw-r--r-- | board/davinci/da8xxevm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/davinci/da8xxevm/Kconfig b/board/davinci/da8xxevm/Kconfig index 7d0de1d..0935abf 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 |