diff options
author | Heiko Schocher <hs@denx.de> | 2016-06-13 15:16:01 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-06-17 09:51:05 -0400 |
commit | 71423435fb02c2ed9e7aa14c1208d3cccbff2519 (patch) | |
tree | 938039d1b67a7b4e58e1fbb197c6d0d9927370ea /arch/arm/Kconfig | |
parent | e7b35eb2e0f209e26eb30c4e5b3da50a50d19af1 (diff) | |
download | u-boot-imx-71423435fb02c2ed9e7aa14c1208d3cccbff2519.zip u-boot-imx-71423435fb02c2ed9e7aa14c1208d3cccbff2519.tar.gz u-boot-imx-71423435fb02c2ed9e7aa14c1208d3cccbff2519.tar.bz2 |
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/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 80a3f93..84cabb8 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" |