mtd: Kill the OF_MTD Kconfig option

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Sat Oct 8 21:59:06 PDT 2016


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=a9843193ce00b7f83432abe0815d03ffbeaf6ecf
Commit:     a9843193ce00b7f83432abe0815d03ffbeaf6ecf
Parent:     ba52b4dd653088cb936b94c447f0a4dd20814629
Author:     Boris Brezillon <boris.brezillon at free-electrons.com>
AuthorDate: Sat Sep 17 19:47:58 2016 +0200
Committer:  Boris Brezillon <boris.brezillon at free-electrons.com>
CommitDate: Fri Sep 23 09:35:16 2016 +0200

    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 <boris.brezillon at free-electrons.com>
---
 drivers/of/Kconfig | 4 ----
 1 file changed, 4 deletions(-)

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



More information about the linux-mtd-cvs mailing list