From 8b562ef388433efb7d5a4e4de433c8c20ffd67b1 Mon Sep 17 00:00:00 2001 From: Jagan Teki Date: Wed, 14 Mar 2018 18:46:34 +0530 Subject: at91: taurus: Enable DM_SPI Enable DM_SPI for atmel SPI driver on taurus board. Kept few functions related to non-dm and gpio on board files for reference and will be remove once code moved to relevant drivers. Cc: Heiko Schocher 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 d73adf3723f..5de914a2eb4 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig @@ -220,6 +220,7 @@ config TARGET_TAURUS select SUPPORT_SPL select DM select DM_SERIAL + select DM_SPI select DM_GPIO select DM_ETH -- cgit v1.3.1