summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
diff options
context:
space:
mode:
authorMiquel Raynal2019-02-06 16:03:13 +0100
committerMiquel Raynal2019-04-18 08:54:01 +0200
commit31bc36c4550785ae854fc80d001fea76ade48fcf (patch)
tree4662f2622b028791e208d36bd4f43124b29e909a /drivers/mtd
parentmtd: rawnand: Clarify Kconfig entry MTD_NAND (diff)
downloadkernel-qcow2-linux-31bc36c4550785ae854fc80d001fea76ade48fcf.tar.gz
kernel-qcow2-linux-31bc36c4550785ae854fc80d001fea76ade48fcf.tar.xz
kernel-qcow2-linux-31bc36c4550785ae854fc80d001fea76ade48fcf.zip
mtd: nand: Remove useless line in Kconfig
Prepare changes that will lay in this file to better express what is NAND related and what is not in menuconfig. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r--drivers/mtd/nand/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 9033215e62ea..495751ed3fd7 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -2,6 +2,5 @@ config MTD_NAND_CORE
tristate
source "drivers/mtd/nand/onenand/Kconfig"
-
source "drivers/mtd/nand/raw/Kconfig"
source "drivers/mtd/nand/spi/Kconfig"