aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/Kconfig
diff options
context:
space:
mode:
authorMiquel Raynal <miquel.raynal@bootlin.com>2018-03-19 10:21:58 +0100
committerBoris Brezillon <boris.brezillon@bootlin.com>2018-03-19 10:53:59 +0100
commitdaf9a874c9cf0dd379195362f3bd8ef8280d82cb (patch)
tree55d16d0b4f825d0058194c3a9822e78404dc74a4 /drivers/mtd/nand/raw/Kconfig
parentmtd: rawnand: remove bf5xx_nand driver (diff)
downloadlinux-dev-daf9a874c9cf0dd379195362f3bd8ef8280d82cb.tar.xz
linux-dev-daf9a874c9cf0dd379195362f3bd8ef8280d82cb.zip
mtd: rawnand: makes the Kconfig entry clear when it comes to raw NANDs
Files have been moved in the NAND subsystem to reflect the different flavors of NAND devices. Raw/Parallel 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@bootlin.com> Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Diffstat (limited to 'drivers/mtd/nand/raw/Kconfig')
-rw-r--r--drivers/mtd/nand/raw/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/mtd/nand/raw/Kconfig b/drivers/mtd/nand/raw/Kconfig
index 9b1918af0064..46b29d277804 100644
--- a/drivers/mtd/nand/raw/Kconfig
+++ b/drivers/mtd/nand/raw/Kconfig
@@ -11,12 +11,12 @@ config MTD_NAND_ECC_SMC
menuconfig MTD_NAND
- tristate "NAND Device Support"
+ tristate "Raw/Parallel NAND Device Support"
depends on MTD
select MTD_NAND_ECC
help
- This enables support for accessing all type of NAND flash
- devices. For further information see
+ This enables support for accessing all type of raw/parallel
+ NAND flash devices. For further information see
<http://www.linux-mtd.infradead.org/doc/nand.html>.
if MTD_NAND