diff options
author | Heiko Schocher | 2016-05-25 07:23:48 +0200 |
---|---|---|
committer | Andreas Bießmann | 2016-06-26 20:17:22 +0200 |
commit | 8e6e8221c78ed283a45f8598c65ffe4d287dcf42 (patch) | |
tree | ffaeb2d02e7b2efdff7d1e8797662c4aabb5c667 /arch/arm/mach-at91 | |
parent | 13ee78907418872cc2c7943e3a82183af8229e8a (diff) |
arm: at91: taurus/axm: add DM and DTS support
add DM and DTS support for the at91 based siemens
boards.
Signed-off-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Andreas Bießmann <andreas@biessmann.org>
[rebased on current ToT]
Signed-off-by: Andreas Bießmann <andreas@biessmann.org>
Diffstat (limited to 'arch/arm/mach-at91')
-rw-r--r-- | arch/arm/mach-at91/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index 3adfe7eb353..13e19ba2fe6 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig @@ -131,6 +131,10 @@ config TARGET_TAURUS bool "Support taurus" select CPU_ARM926EJS select SUPPORT_SPL + select DM + select DM_SERIAL + select DM_GPIO + select DM_ETH config TARGET_SMARTWEB bool "Support smartweb" |