aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpio/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 97c31840f87a..5b821a189780 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -142,7 +142,7 @@ config GPIO_DAVINCI
142 142
143config GPIO_DWAPB 143config GPIO_DWAPB
144 tristate "Synopsys DesignWare APB GPIO driver" 144 tristate "Synopsys DesignWare APB GPIO driver"
145 depends on ((ARM || ARM64) && OF_GPIO) || X86_INTEL_QUARK 145 depends on ((ARC || ARM || ARM64) && OF_GPIO) || X86_INTEL_QUARK
146 select GPIO_GENERIC 146 select GPIO_GENERIC
147 select GENERIC_IRQ_CHIP 147 select GENERIC_IRQ_CHIP
148 help 148 help