From 4dc04ebfa3dc4307a6fbe7348f4cacaeec306056 Mon Sep 17 00:00:00 2001 From: Jagan Teki Date: Wed, 14 Mar 2018 18:46:40 +0530 Subject: at91: ma5d4evk: Enable DM_SPI AT91 ma5d4evk board uses atmel spi driver, enable DM_SPI to use dm functionality. Kept few functions related to non-dm and gpio on board files for reference and will be remove once code moved to relevant drivers. Signed-off-by: Jagan Teki --- arch/arm/mach-at91/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch') diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index 4dfddcc287a..3621dfa7609 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig @@ -201,6 +201,7 @@ config TARGET_MA5D4EVK select SAMA5D4 select SUPPORT_SPL select DM + select DM_SPI config TARGET_MEESC bool "Support meesc" -- cgit v1.3.1