From: Peter Robinson Date: Sun, 20 Nov 2016 17:44:48 +0000 (+0000) Subject: gpio: zx: depend on ARCH_ZX X-Git-Tag: v4.10-rc1~169^2~11 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=752fda89f5f19531351304529e6386634ea1bf27;p=karo-tx-linux.git gpio: zx: depend on ARCH_ZX Set GPIO_ZX to depend on ARCH_ZX as it's SOC specific. Signed-off-by: Peter Robinson Signed-off-by: Linus Walleij --- diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index b19e84747f31..3d39ff7a5594 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -524,6 +524,7 @@ config GPIO_ZYNQ config GPIO_ZX bool "ZTE ZX GPIO support" + depends on ARCH_ZX || COMPILE_TEST select GPIOLIB_IRQCHIP help Say yes here to support the GPIO device on ZTE ZX SoCs.