From: Boris Brezillon Date: Sat, 17 Sep 2016 17:47:58 +0000 (+0200) Subject: mtd: Kill the OF_MTD Kconfig option X-Git-Tag: v5.15~12684^2~2^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a9843193ce00b7f83432abe0815d03ffbeaf6ecf;p=platform%2Fkernel%2Flinux-starfive.git mtd: Kill the OF_MTD Kconfig option Commit d48f62b9a0a0 ("mtd: nand: move of_get_nand_xxx() helpers into nand_base.c") removed the drivers/of/of_mtd.c file but did not remove the associated OF_MTD Kconfig option. Signed-off-by: Boris Brezillon --- diff --git a/drivers/of/Kconfig b/drivers/of/Kconfig index bc07ad3..ba7b034 100644 --- a/drivers/of/Kconfig +++ b/drivers/of/Kconfig @@ -90,10 +90,6 @@ config OF_PCI_IRQ help OpenFirmware PCI IRQ routing helpers -config OF_MTD - depends on MTD - def_bool y - config OF_RESERVED_MEM depends on OF_EARLY_FLATTREE bool