diff mbox

[2/2] mtd: Kill the OF_MTD Kconfig option

Message ID 1474135031-29443-2-git-send-email-boris.brezillon@free-electrons.com
State Accepted
Commit a9843193ce00b7f83432abe0815d03ffbeaf6ecf
Headers show

Commit Message

Boris Brezillon Sept. 17, 2016, 5:57 p.m. UTC
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 <boris.brezillon@free-electrons.com>
---
 drivers/of/Kconfig | 4 ----
 1 file changed, 4 deletions(-)

Comments

Richard Weinberger Sept. 18, 2016, 9:20 a.m. UTC | #1
On 17.09.2016 19:57, Boris Brezillon wrote:
> 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 <boris.brezillon@free-electrons.com>

Reviewed-by: Richard Weinberger <richard@nod.at>

Thanks,
//richard
diff mbox

Patch

diff --git a/drivers/of/Kconfig b/drivers/of/Kconfig
index bc07ad30c9bf..ba7b034b2b91 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