aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpio/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index f9dc19281ac4..9b2d35092cda 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -148,8 +148,7 @@ config GPIO_GENERIC_PLATFORM
148 148
149config GPIO_DWAPB 149config GPIO_DWAPB
150 tristate "Synopsys DesignWare APB GPIO driver" 150 tristate "Synopsys DesignWare APB GPIO driver"
151 depends on ARM || ARM64 151 depends on ((ARM || ARM64) && OF_GPIO) || X86_INTEL_QUARK
152 depends on OF_GPIO
153 select GPIO_GENERIC 152 select GPIO_GENERIC
154 select GENERIC_IRQ_CHIP 153 select GENERIC_IRQ_CHIP
155 help 154 help