summaryrefslogtreecommitdiff
path: root/arch/arm/mach-at91
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2016-05-25 05:23:45 (GMT)
committerAndreas Bießmann <andreas@biessmann.org>2016-06-26 18:17:22 (GMT)
commit289f979cc9585b68ff74971d90512847f9b3c868 (patch)
tree370df60ff33729f410e33a9b73c6af3d9716b58b /arch/arm/mach-at91
parentce9844ce17e8f8d8b97d0962751265247a51cb01 (diff)
downloadu-boot-fsl-qoriq-289f979cc9585b68ff74971d90512847f9b3c868.tar.xz
corvus DTS / DM support
Signed-off-by: Heiko Schocher <hs@denx.de> Reviewed-by: Andreas Bießmann <andreas@biessmann.org> [rebase on current ToT, don't delete gurnard DTB creation] Signed-off-by: Andreas Bießmann <andreas@biessmann.org>
Diffstat (limited to 'arch/arm/mach-at91')
-rw-r--r--arch/arm/mach-at91/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 6180699..0ff0d1d 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -122,6 +122,10 @@ config TARGET_CORVUS
bool "Support corvus"
select CPU_ARM926EJS
select SUPPORT_SPL
+ select DM
+ select DM_SERIAL
+ select DM_GPIO
+ select DM_ETH
config TARGET_TAURUS
bool "Support taurus"