diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2019-10-03 19:50:08 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-12-04 13:26:17 -0500 |
commit | 63ea317245d9fd16222315797dcd30baf42ab71c (patch) | |
tree | 44536b02a3584bb52b003536d4ef2254b4785989 /configs/bk4r1_defconfig | |
parent | d4c2f6b7e3e2bfd297367d292aa641095c7a18e2 (diff) | |
download | u-boot-63ea317245d9fd16222315797dcd30baf42ab71c.tar.gz u-boot-63ea317245d9fd16222315797dcd30baf42ab71c.tar.bz2 u-boot-63ea317245d9fd16222315797dcd30baf42ab71c.zip |
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 <miquel.raynal@bootlin.com>
Reviewed-by: Boris Brezillon <boris.brezillon@bootlin.com>
Diffstat (limited to 'configs/bk4r1_defconfig')
-rw-r--r-- | configs/bk4r1_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/bk4r1_defconfig b/configs/bk4r1_defconfig index 65a9cd9efd..7ad23f5dc8 100644 --- a/configs/bk4r1_defconfig +++ b/configs/bk4r1_defconfig @@ -64,6 +64,7 @@ CONFIG_NAND_VF610_NFC=y CONFIG_NAND_VF610_NFC_DT=y CONFIG_SYS_NAND_BUSWIDTH_16BIT=y CONFIG_DM_SPI_FLASH=y +CONFIG_MTD=y CONFIG_SPI_FLASH_STMICRO=y CONFIG_SPI_FLASH_MTD=y CONFIG_PHYLIB=y |