From: Miquel Raynal Date: Thu, 16 Aug 2018 15:30:08 +0000 (+0200) Subject: mtd: rename nand into rawnand in Kconfig prompt X-Git-Tag: baikal/mips/sdk5.9~1425^2~28 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=d0dd03ea50c4faf056c6e013d60b55269521a3c4;p=uboot.git mtd: rename nand into rawnand in Kconfig prompt Sync the Kconfig raw NAND entry title with the code architecture. Signed-off-by: Miquel Raynal --- diff --git a/drivers/mtd/nand/raw/Kconfig b/drivers/mtd/nand/raw/Kconfig index 1e4ea7bdd4..008f7b4b4b 100644 --- a/drivers/mtd/nand/raw/Kconfig +++ b/drivers/mtd/nand/raw/Kconfig @@ -1,6 +1,6 @@ menuconfig NAND - bool "NAND Device Support" + bool "Raw NAND Device Support" if NAND config SYS_NAND_SELF_INIT