* [PATCH 10/15] gpio: 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-04 10:07 ` Linus Walleij
0 siblings, 1 reply; 2+ messages in thread
From: Kevin Hao @ 2015-01-31 13:47 UTC (permalink / raw)
To: linuxppc-dev, linux-gpio
Cc: Linus Walleij, Alexandre Courbot, Michael Ellerman, Kevin Hao
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/gpio/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index ae5cb4d517c6..c1e2ca3d9a51 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -383,7 +383,7 @@ config GPIO_XGENE_SB
config GPIO_XILINX
tristate "Xilinx GPIO support"
- depends on OF_GPIO && (PPC_OF || MICROBLAZE || ARCH_ZYNQ || X86)
+ depends on OF_GPIO && (PPC || MICROBLAZE || ARCH_ZYNQ || X86)
help
Say yes here to support the Xilinx FPGA GPIO device
--
1.9.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 10/15] gpio: kconfig: replace PPC_OF with PPC
2015-01-31 13:47 ` [PATCH 10/15] gpio: kconfig: replace PPC_OF with PPC Kevin Hao
@ 2015-02-04 10:07 ` Linus Walleij
0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2015-02-04 10:07 UTC (permalink / raw)
To: Kevin Hao
Cc: linuxppc-dev@lists.ozlabs.org list, linux-gpio@vger.kernel.org,
Alexandre Courbot, Michael Ellerman
On Sat, Jan 31, 2015 at 2:47 PM, Kevin Hao <haokexin@gmail.com> 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>
Patch applied.
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-02-04 10:07 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 10/15] gpio: kconfig: replace PPC_OF with PPC Kevin Hao
2015-02-04 10:07 ` Linus Walleij
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).