diff options
| author | Jagan Teki <[email protected]> | 2018-03-14 18:46:35 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-04-06 16:11:09 -0400 |
| commit | 1a2131ce050a7d46186243938bb183ccca17e32a (patch) | |
| tree | 5b56c3a7b104c86c71debe70259900358abe35f4 | |
| parent | 8b562ef388433efb7d5a4e4de433c8c20ffd67b1 (diff) | |
at91: vinco: Enable DM
Enable Driver model for AT91 Vinco boards.
Cc: Gregory CLEMENT <[email protected]>
Signed-off-by: Jagan Teki <[email protected]>
| -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 5de914a2eb4..b9e6946f72b 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" |
