From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Ribalda Delgado Subject: [PATCH] gpio/Kconfig: Fix X86 arch name Date: Tue, 13 Jan 2015 10:41:57 +0100 Message-ID: <1421142117-16371-1-git-send-email-ricardo.ribalda@gmail.com> Return-path: Received: from mail-lb0-f181.google.com ([209.85.217.181]:57129 "EHLO mail-lb0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751066AbbAMJmC (ORCPT ); Tue, 13 Jan 2015 04:42:02 -0500 Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Paul Bolle , Valentin Rothberg , Linus Walleij , Alexandre Courbot , Michal Simek , =?UTF-8?q?S=C3=B6ren=20Brinkmann?= , "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 Signed-off-by: Ricardo Ribalda Delgado --- 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