[PATCH] mtd: rawnand: makes the Kconfig entry clear when it comes to raw NANDs

Miquel Raynal miquel.raynal at bootlin.com
Fri Mar 2 06:40:36 PST 2018


Files have been moved in the NAND subsystem to reflect the different
flavors of NAND devices.

Raw NAND devices have been moved to a "raw" subdirectory to make the
difference with OneNAND and SPI NAND for instance. So adjust the Kconfig
entry to clarify things.

Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>
---
 drivers/mtd/nand/raw/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/mtd/nand/raw/Kconfig b/drivers/mtd/nand/raw/Kconfig
index e6b8c59f2c0d..3a592461a87e 100644
--- a/drivers/mtd/nand/raw/Kconfig
+++ b/drivers/mtd/nand/raw/Kconfig
@@ -11,11 +11,11 @@ config MTD_NAND_ECC_SMC
 
 
 menuconfig MTD_NAND
-	tristate "NAND Device Support"
+	tristate "RawNAND Device Support"
 	depends on MTD
 	select MTD_NAND_ECC
 	help
-	  This enables support for accessing all type of NAND flash
+	  This enables support for accessing all type of raw NAND flash
 	  devices. For further information see
 	  <http://www.linux-mtd.infradead.org/doc/nand.html>.
 
-- 
2.14.1




More information about the linux-mtd mailing list