linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gpio/Kconfig: Fix X86 arch name
@ 2015-01-13  9:41 Ricardo Ribalda Delgado
  2015-01-15 16:17 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Ricardo Ribalda Delgado @ 2015-01-13  9:41 UTC (permalink / raw)
  To: Paul Bolle, Valentin Rothberg, Linus Walleij, Alexandre Courbot,
	Michal Simek, Sören Brinkmann, linux-gpio@vger.kernel.org,
	LKML
  Cc: Ricardo Ribalda Delgado

X86 Kconfig symbol is X86, not ARCH_X86.

Fixes: c586b3075d5b47d8 (gpio/xilinx: Add support for X86 Arch)
Reported-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
---
 drivers/gpio/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 1eff81c..ef421ac 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -368,7 +368,7 @@ config GPIO_XGENE
 
 config GPIO_XILINX
 	tristate "Xilinx GPIO support"
-	depends on OF_GPIO && (PPC_OF || MICROBLAZE || ARCH_ZYNQ || ARCH_X86)
+	depends on OF_GPIO && (PPC_OF || MICROBLAZE || ARCH_ZYNQ || X86)
 	help
 	  Say yes here to support the Xilinx FPGA GPIO device
 
-- 
2.1.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] gpio/Kconfig: Fix X86 arch name
  2015-01-13  9:41 [PATCH] gpio/Kconfig: Fix X86 arch name Ricardo Ribalda Delgado
@ 2015-01-15 16:17 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2015-01-15 16:17 UTC (permalink / raw)
  To: Ricardo Ribalda Delgado
  Cc: Paul Bolle, Valentin Rothberg, Alexandre Courbot, Michal Simek,
	Sören Brinkmann, linux-gpio@vger.kernel.org, LKML

On Tue, Jan 13, 2015 at 10:41 AM, Ricardo Ribalda Delgado
<ricardo.ribalda@gmail.com> wrote:

> X86 Kconfig symbol is X86, not ARCH_X86.
>
> Fixes: c586b3075d5b47d8 (gpio/xilinx: Add support for X86 Arch)
> Reported-by: Paul Bolle <pebolle@tiscali.nl>
> Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>

OK patch applied, let's see if the autobuilders puke on us now...

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-15 16:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-13  9:41 [PATCH] gpio/Kconfig: Fix X86 arch name Ricardo Ribalda Delgado
2015-01-15 16:17 ` 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).