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

Boris Brezillon boris.brezillon at bootlin.com
Fri Mar 2 14:03:53 PST 2018


On Fri,  2 Mar 2018 15:40:36 +0100
Miquel Raynal <miquel.raynal at 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 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"

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



-- 
Boris Brezillon, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the linux-mtd mailing list