From: Ricardo Ribalda Delgado Date: Tue, 13 Jan 2015 09:41:57 +0000 (+0100) Subject: gpio/Kconfig: Fix X86 arch name X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=f28f8eff9148eb2a3a568cc378167ba28dd2f225;p=deliverable%2Flinux.git gpio/Kconfig: Fix X86 arch name X86 Kconfig symbol is X86, not ARCH_X86. Fixes: c586b3075d5b47d8 (gpio/xilinx: Add support for X86 Arch) Reported-by: Paul Bolle Signed-off-by: Ricardo Ribalda Delgado Signed-off-by: Linus Walleij --- diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index ba1bc73d9d7d..192f97396d12 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -369,7 +369,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