[U-Boot] [PATCH v2 18/24] mtd: rawnand: compile-in the NAND core
Miquel Raynal
miquel.raynal at bootlin.com
Wed Nov 28 23:07:54 UTC 2018
The NAND core should be selected by both SPI NAND and raw NAND
drivers.
Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>
---
drivers/mtd/nand/raw/Kconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/mtd/nand/raw/Kconfig b/drivers/mtd/nand/raw/Kconfig
index a1fd476b0d..5624e47d65 100644
--- a/drivers/mtd/nand/raw/Kconfig
+++ b/drivers/mtd/nand/raw/Kconfig
@@ -1,6 +1,8 @@
menuconfig MTD_RAW_NAND
bool "Raw NAND Device Support"
+ select MTD_NAND_CORE
+
if MTD_RAW_NAND
config SYS_NAND_SELF_INIT
--
2.19.1
More information about the U-Boot
mailing list