mtd: kconfig: replace PPC_OF with PPC

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Mon Feb 16 18:59:06 PST 2015


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=be802bf955a1aa9b92b71395405899ce076eca6e
Commit:     be802bf955a1aa9b92b71395405899ce076eca6e
Parent:     d79ee72b8ac37f30a2218fec8c2ba9618c306302
Author:     Kevin Hao <haokexin at gmail.com>
AuthorDate: Sat Jan 31 21:47:42 2015 +0800
Committer:  Brian Norris <computersforpeace at gmail.com>
CommitDate: Thu Feb 5 20:01:10 2015 -0800

    mtd: kconfig: replace PPC_OF with PPC
    
    The PPC_OF is a ppc specific option which is used to mean that the
    firmware device tree access functions are available. Since all the
    ppc platforms have a device tree, it is aways set to 'y' for ppc.
    So it makes no sense to keep a such option in the current kernel.
    Replace it with PPC.
    
    Signed-off-by: Kevin Hao <haokexin at gmail.com>
    Signed-off-by: Brian Norris <computersforpeace at gmail.com>
---
 drivers/mtd/nand/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 7d0150d..ceade04 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -421,7 +421,7 @@ config MTD_NAND_ORION
 
 config MTD_NAND_FSL_ELBC
 	tristate "NAND support for Freescale eLBC controllers"
-	depends on PPC_OF
+	depends on PPC
 	select FSL_LBC
 	help
 	  Various Freescale chips, including the 8313, include a NAND Flash



More information about the linux-mtd-cvs mailing list