diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2018-03-14 18:46:35 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-04-06 16:11:09 -0400 |
commit | 1a2131ce050a7d46186243938bb183ccca17e32a (patch) | |
tree | 5b56c3a7b104c86c71debe70259900358abe35f4 /arch/arm/mach-at91 | |
parent | 8b562ef388433efb7d5a4e4de433c8c20ffd67b1 (diff) | |
download | u-boot-1a2131ce050a7d46186243938bb183ccca17e32a.tar.gz |
at91: vinco: Enable DM
Enable Driver model for AT91 Vinco boards.
Cc: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'arch/arm/mach-at91')
-rw-r--r-- | arch/arm/mach-at91/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index 5de914a2eb..b9e6946f72 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig @@ -237,6 +237,7 @@ config TARGET_VINCO bool "Support VINCO" select SAMA5D4 select SUPPORT_SPL + select DM config TARGET_WB45N bool "Support Laird WB45N" |