mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 02:20:53 +07:00
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>
This commit is contained in:
parent
c7f3c5d3ac
commit
f28f8eff91
@ -369,7 +369,7 @@ config GPIO_XGENE
|
|||||||
|
|
||||||
config GPIO_XILINX
|
config GPIO_XILINX
|
||||||
tristate "Xilinx GPIO support"
|
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
|
help
|
||||||
Say yes here to support the Xilinx FPGA GPIO device
|
Say yes here to support the Xilinx FPGA GPIO device
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user