From: Miquel Raynal Date: Wed, 6 Feb 2019 15:03:13 +0000 (+0100) Subject: mtd: nand: Remove useless line in Kconfig X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=31bc36c4550785ae854fc80d001fea76ade48fcf;p=linux.git 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 --- diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 9033215e62ea0..495751ed3fd76 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"