[U-Boot] [PATCH v5 10/27] mtd: rename nand into rawnand in Kconfig prompt
Miquel Raynal
miquel.raynal at bootlin.com
Mon Jul 30 15:46:40 UTC 2018
Sync the Kconfig raw NAND entry title with the code architecture.
Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>
---
drivers/mtd/nand/raw/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.14.1
More information about the U-Boot
mailing list