From 63ea317245d9fd16222315797dcd30baf42ab71c Mon Sep 17 00:00:00 2001 From: Miquel Raynal Date: Thu, 3 Oct 2019 19:50:08 +0200 Subject: mtd: ensure MTD is compiled when there is a SPI NOR flash using MTD MTD must be enabled when there is a SPI NOR flash using the SPI_FLASH_MTD config entry. Signed-off-by: Miquel Raynal Reviewed-by: Boris Brezillon --- configs/ds109_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/ds109_defconfig') diff --git a/configs/ds109_defconfig b/configs/ds109_defconfig index 24179906f3..01cafb61f5 100644 --- a/configs/ds109_defconfig +++ b/configs/ds109_defconfig @@ -33,6 +33,7 @@ CONFIG_DM_I2C=y CONFIG_SYS_I2C_MVTWSI=y # CONFIG_MMC is not set CONFIG_DM_SPI_FLASH=y +CONFIG_MTD=y CONFIG_SPI_FLASH_STMICRO=y CONFIG_MVGBE=y CONFIG_MII=y -- cgit v1.2.3