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: v2018.11-rc2~70^2~28 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3657b2f4a309ed2e527c805333f9485757912397;p=oweals%2Fu-boot.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