diff options
author | Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> | 2015-01-13 04:41:57 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-01-15 11:23:26 -0500 |
commit | f28f8eff9148eb2a3a568cc378167ba28dd2f225 (patch) | |
tree | e7de9ac0ded48314127efaa8328012a838e7bb4f /drivers/gpio | |
parent | c7f3c5d3ac2d683169485b2f14d1aff19de2b2fe (diff) |
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 <pebolle@tiscali.nl>
Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio')
-rw-r--r-- | drivers/gpio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
369 | 369 | ||
370 | config GPIO_XILINX | 370 | config GPIO_XILINX |
371 | tristate "Xilinx GPIO support" | 371 | tristate "Xilinx GPIO support" |
372 | depends on OF_GPIO && (PPC_OF || MICROBLAZE || ARCH_ZYNQ || ARCH_X86) | 372 | depends on OF_GPIO && (PPC_OF || MICROBLAZE || ARCH_ZYNQ || X86) |
373 | help | 373 | help |
374 | Say yes here to support the Xilinx FPGA GPIO device | 374 | Say yes here to support the Xilinx FPGA GPIO device |
375 | 375 | ||