Commit 752fda89 authored by Peter Robinson's avatar Peter Robinson Committed by Linus Walleij

gpio: zx: depend on ARCH_ZX

Set GPIO_ZX to depend on ARCH_ZX as it's SOC specific.
Signed-off-by: default avatarPeter Robinson <pbrobinson@gmail.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 72aba2e2
...@@ -524,6 +524,7 @@ config GPIO_ZYNQ ...@@ -524,6 +524,7 @@ config GPIO_ZYNQ
config GPIO_ZX config GPIO_ZX
bool "ZTE ZX GPIO support" bool "ZTE ZX GPIO support"
depends on ARCH_ZX || COMPILE_TEST
select GPIOLIB_IRQCHIP select GPIOLIB_IRQCHIP
help help
Say yes here to support the GPIO device on ZTE ZX SoCs. Say yes here to support the GPIO device on ZTE ZX SoCs.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment