* [PATCH 12/15] mtd: kconfig: replace PPC_OF with PPC
[not found] <1422712065-9403-1-git-send-email-haokexin@gmail.com>
@ 2015-01-31 13:47 ` Kevin Hao
2015-02-06 4:08 ` Brian Norris
0 siblings, 1 reply; 2+ messages in thread
From: Kevin Hao @ 2015-01-31 13:47 UTC (permalink / raw)
To: linuxppc-dev, linux-mtd
Cc: Michael Ellerman, Kevin Hao, Brian Norris, David Woodhouse
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@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 7d0150d20432..ceade0448025 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
--
1.9.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 12/15] mtd: kconfig: replace PPC_OF with PPC
2015-01-31 13:47 ` [PATCH 12/15] mtd: kconfig: replace PPC_OF with PPC Kevin Hao
@ 2015-02-06 4:08 ` Brian Norris
0 siblings, 0 replies; 2+ messages in thread
From: Brian Norris @ 2015-02-06 4:08 UTC (permalink / raw)
To: Kevin Hao; +Cc: linux-mtd, linuxppc-dev, David Woodhouse, Michael Ellerman
On Sat, Jan 31, 2015 at 09:47:42PM +0800, Kevin Hao wrote:
> 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@gmail.com>
Pushed to l2-mtd.git. Thanks.
Brian
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-02-06 4:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1422712065-9403-1-git-send-email-haokexin@gmail.com>
2015-01-31 13:47 ` [PATCH 12/15] mtd: kconfig: replace PPC_OF with PPC Kevin Hao
2015-02-06 4:08 ` Brian Norris
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox