summaryrefslogtreecommitdiff
path: root/configs/smartweb_defconfig
diff options
context:
space:
mode:
authorMiquel Raynal <miquel.raynal@bootlin.com>2019-10-03 19:50:15 +0200
committerTom Rini <trini@konsulko.com>2019-12-04 13:26:17 -0500
commitf6434a95619e52ffaa1ac7a3a030d00440e479c3 (patch)
tree990778239f4ccc8208d17a75957881fd26ab3dbe /configs/smartweb_defconfig
parent2fa872ee7728b9c8863ab7824ec4f2508869a31f (diff)
mtd: ensure MTD is compiled when CMD_MTDPARTS is selected
MTD support must be enabled when using mtdparts. Indeed, functions like get_mtd_info(), get_mtd_device() and put_mtd_device() are in drivers/mtd/mtd_uboot.c and are built only with CONFIG_MTD. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Boris Brezillon <boris.brezillon@bootlin.com>
Diffstat (limited to 'configs/smartweb_defconfig')
-rw-r--r--configs/smartweb_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/smartweb_defconfig b/configs/smartweb_defconfig
index f5613f1a63..815297cb8f 100644
--- a/configs/smartweb_defconfig
+++ b/configs/smartweb_defconfig
@@ -69,3 +69,4 @@ CONFIG_WDT_AT91=y
CONFIG_SPL_TINY_MEMSET=y
# CONFIG_EFI_LOADER is not set
CONFIG_MTD=y
+CONFIG_MTD_RAW_NAND=y