aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/omap3/Kconfig
diff options
context:
space:
mode:
authorDerald D. Woods <woods.technical@gmail.com>2017-12-27 09:40:16 -0600
committerTom Rini <trini@konsulko.com>2018-01-01 09:04:19 -0500
commitc2900f595ef0fe83e2ece21981df8ea8961ac162 (patch)
tree5262f07873cc69f9a302d1cced99562b0bb125fd /arch/arm/mach-omap2/omap3/Kconfig
parentd9be183b4c1a90649bb065f55754515abc96d51c (diff)
downloadu-boot-c2900f595ef0fe83e2ece21981df8ea8961ac162.zip
u-boot-c2900f595ef0fe83e2ece21981df8ea8961ac162.tar.gz
u-boot-c2900f595ef0fe83e2ece21981df8ea8961ac162.tar.bz2
ARM: dts: omap3-evm: Enable DM and devicetree for TMDSEVM{3530, 3730}
This commit updates the configuration files needed to support OF_CONTROL on the OMAP3 EVM baseboard. Additionally: - CONFIG_SYS_THUMB_BUILD is enabled - CONFIG_SPL_ENV_SUPPORT is enabled Tested using GCC 7.2.0 [--with-float=hard --with-mode=thumb]. Signed-off-by: Derald D. Woods <woods.technical@gmail.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap3/Kconfig')
-rw-r--r--arch/arm/mach-omap2/omap3/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap3/Kconfig b/arch/arm/mach-omap2/omap3/Kconfig
index 4dbf9a2..6d714f6 100644
--- a/arch/arm/mach-omap2/omap3/Kconfig
+++ b/arch/arm/mach-omap2/omap3/Kconfig
@@ -61,6 +61,10 @@ config TARGET_DEVKIT8000
config TARGET_OMAP3_EVM
bool "TI OMAP3 EVM"
+ select DM
+ select DM_SERIAL
+ select DM_GPIO
+ select OMAP3_GPIO_3
config TARGET_OMAP3_IGEP00X0
bool "IGEP"