diff mbox series

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

Message ID 20180302144036.3341-1-miquel.raynal@bootlin.com
State Changes Requested
Headers show
Series mtd: rawnand: makes the Kconfig entry clear when it comes to raw NANDs | expand

Commit Message

Miquel Raynal March 2, 2018, 2:40 p.m. UTC
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@bootlin.com>
---
 drivers/mtd/nand/raw/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Boris Brezillon March 2, 2018, 10:03 p.m. UTC | #1
On Fri,  2 Mar 2018 15:40:36 +0100
Miquel Raynal <miquel.raynal@bootlin.com> wrote:

> 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@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"

Looks like a brand name when you concatenate 'Raw' and 'NAND' like that
(similar to OneNAND). Can we replace that by "Raw/Parallel NAND 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>.
>
diff mbox series

Patch

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>.