commit | 8115c453505d7f5d757b3d8497c248724ff79da2 | [log] [tgz] |
---|---|---|
author | Miquel Raynal <miquel.raynal@bootlin.com> | Thu Aug 16 17:30:08 2018 +0200 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Thu Sep 20 20:10:49 2018 +0530 |
tree | 05ec7be7d956ca01539207d8bc9ce2231c7c9ebe | |
parent | 1f1ae15aad35d7fb77905cc91ae94112b3b63829 [diff] |
mtd: rename nand into rawnand in Kconfig prompt Sync the Kconfig raw NAND entry title with the code architecture. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
diff --git a/drivers/mtd/nand/raw/Kconfig b/drivers/mtd/nand/raw/Kconfig index 1e4ea7b..008f7b4 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