summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2016-06-13 15:16:01 +0200
committerTom Rini <trini@konsulko.com>2016-06-17 09:51:05 -0400
commit71423435fb02c2ed9e7aa14c1208d3cccbff2519 (patch)
tree938039d1b67a7b4e58e1fbb197c6d0d9927370ea /arch/arm/Kconfig
parente7b35eb2e0f209e26eb30c4e5b3da50a50d19af1 (diff)
downloadtalos-obmc-uboot-71423435fb02c2ed9e7aa14c1208d3cccbff2519.tar.gz
talos-obmc-uboot-71423435fb02c2ed9e7aa14c1208d3cccbff2519.zip
arm, am335x: siemens: enable DM/DTS support
enable basic DM/DTS support for the siemens am335x based boards. Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 80a3f93ad9..84cabb8fd8 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -350,31 +350,49 @@ config TARGET_DRACO
bool "Support draco"
select CPU_V7
select SUPPORT_SPL
+ select DM
+ select DM_SERIAL
+ select DM_GPIO
config TARGET_THUBAN
bool "Support thuban"
select CPU_V7
select SUPPORT_SPL
+ select DM
+ select DM_SERIAL
+ select DM_GPIO
config TARGET_RASTABAN
bool "Support rastaban"
select CPU_V7
select SUPPORT_SPL
+ select DM
+ select DM_SERIAL
+ select DM_GPIO
config TARGET_ETAMIN
bool "Support etamin"
select CPU_V7
select SUPPORT_SPL
+ select DM
+ select DM_SERIAL
+ select DM_GPIO
config TARGET_PXM2
bool "Support pxm2"
select CPU_V7
select SUPPORT_SPL
+ select DM
+ select DM_SERIAL
+ select DM_GPIO
config TARGET_RUT
bool "Support rut"
select CPU_V7
select SUPPORT_SPL
+ select DM
+ select DM_SERIAL
+ select DM_GPIO
config TARGET_PENGWYN
bool "Support pengwyn"
OpenPOWER on IntegriCloud