diff options
author | Heiko Schocher <hs@denx.de> | 2016-05-25 07:23:47 +0200 |
---|---|---|
committer | Andreas Bießmann <andreas@biessmann.org> | 2016-06-26 20:17:22 +0200 |
commit | 13ee78907418872cc2c7943e3a82183af8229e8a (patch) | |
tree | 6ad7ac3ebe27f4a81a9247cf99ec239b87833f85 /arch/arm/mach-at91 | |
parent | ae21e964d831e9544f1398a63d6f082570bd17fe (diff) | |
download | u-boot-imx-13ee78907418872cc2c7943e3a82183af8229e8a.zip u-boot-imx-13ee78907418872cc2c7943e3a82183af8229e8a.tar.gz u-boot-imx-13ee78907418872cc2c7943e3a82183af8229e8a.tar.bz2 |
arm: at91: smartweb: add DM and DTS support
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 0ff0d1d..3adfe7e 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig @@ -136,6 +136,10 @@ config TARGET_SMARTWEB bool "Support smartweb" select CPU_ARM926EJS select SUPPORT_SPL + select DM + select DM_SERIAL + select DM_GPIO + select DM_ETH config TARGET_VINCO bool "Support VINCO" |