From 79786721c29ff8fecf2903ba080479476015553d Mon Sep 17 00:00:00 2001 From: Soren Brinkmann Date: Thu, 22 Oct 2015 21:51:18 -0700 Subject: [PATCH] gpio: xilinx: Drop architecture dependencies The driver does not have any real architecture dependencies. To avoid listing each architecture that might use this driver on some FPGA-enabled platform, drop these dependencies. Signed-off-by: Soren Brinkmann Acked-by: Moritz Fischer Signed-off-by: Linus Walleij --- drivers/gpio/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 27ce2ec..dbb171d 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -513,7 +513,7 @@ config GPIO_XGENE_SB config GPIO_XILINX tristate "Xilinx GPIO support" - depends on OF_GPIO && (PPC || MICROBLAZE || ARCH_ZYNQ || X86 || MIPS) + depends on OF_GPIO help Say yes here to support the Xilinx FPGA GPIO device -- 2.7.4