From 25bfc0b1e89065bd04d1c8c7e80d9223d1bf5e66 Mon Sep 17 00:00:00 2001 From: Angelo Dureghello Date: Wed, 13 Mar 2019 21:46:48 +0100 Subject: configs: add DM_SPI config option This patch adds CONFIG_DM_SPI for all m68k boards using the cf_spi.c driver (DSPI module). Reviewed-by: Simon Glass Signed-off-by: Angelo Dureghello --- configs/M54418TWR_nand_rmii_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/M54418TWR_nand_rmii_defconfig') diff --git a/configs/M54418TWR_nand_rmii_defconfig b/configs/M54418TWR_nand_rmii_defconfig index 822d34928a..29d891b073 100644 --- a/configs/M54418TWR_nand_rmii_defconfig +++ b/configs/M54418TWR_nand_rmii_defconfig @@ -24,4 +24,5 @@ CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_ATMEL=y CONFIG_MII=y CONFIG_SPI=y +CONFIG_DM_SPI=y CONFIG_CF_SPI=y -- cgit v1.2.3