diff options
author | Peter Howard <pjh@northern-ridge.com.au> | 2015-03-23 09:19:56 +1100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-04-23 13:58:43 -0400 |
commit | a868e44333ebac080dd6ed81e5ae580691f7fd18 (patch) | |
tree | 45fe0d51becee467aab1d4e89b084857dff5d333 /arch/arm/mach-davinci/Kconfig | |
parent | a8eeaf2f7a9c3326cba5b1780b1a38f70c6c1f37 (diff) | |
download | u-boot-imx-a868e44333ebac080dd6ed81e5ae580691f7fd18.zip u-boot-imx-a868e44333ebac080dd6ed81e5ae580691f7fd18.tar.gz u-boot-imx-a868e44333ebac080dd6ed81e5ae580691f7fd18.tar.bz2 |
davinci: add support for omapl138-lcdk board
Signed-off-by: Peter Howard <phoward@gme.net.au>
[trini: Add config file, update for ..._ether_addr() -> ..._ethaddr() rename]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-davinci/Kconfig')
-rw-r--r-- | arch/arm/mach-davinci/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index 6827721..3ef55d3 100644 --- a/arch/arm/mach-davinci/Kconfig +++ b/arch/arm/mach-davinci/Kconfig @@ -21,6 +21,10 @@ config TARGET_CAM_ENC_4XX bool "CAM ENC 4xx board" select SUPPORT_SPL +config TARGET_OMAPL138_LCDK + bool "OMAPL138 LCDK" + select SUPPORT_SPL + config TARGET_DAVINCI_DM355EVM bool "DM355 EVM board" |