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 <sjg@chromium.org>
Signed-off-by: Angelo Dureghello <angelo@sysam.it>
diff --git a/configs/stmark2_defconfig b/configs/stmark2_defconfig
index 25bf56e..40769a8 100644
--- a/configs/stmark2_defconfig
+++ b/configs/stmark2_defconfig
@@ -30,5 +30,7 @@
CONFIG_SPI_FLASH_ISSI=y
CONFIG_SPI_FLASH_MTD=y
CONFIG_SPI=y
+CONFIG_DM_SPI=y
+CONFIG_DM_SPI_FLASH=y
CONFIG_CF_SPI=y
CONFIG_REGEX=y