aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
diff options
context:
space:
mode:
authorKefeng Wang <wangkefeng.wang@huawei.com>2015-03-02 02:23:54 -0500
committerLinus Walleij <linus.walleij@linaro.org>2015-03-09 06:54:36 -0400
commitb90f8f22ed86f4f1a38dd2178c4be558c0c70fb9 (patch)
tree530007c7769fd24fc2f2164c2b9c1f5d207fe196 /drivers/gpio
parent4fd9bbc6e0713a0106a7771b639a963f4b2411c6 (diff)
gpio: dwapb: re-enable GPIO_DWAPB for arm64
Hisilicon arm64 soc uses designWare gpio, re-enable it after commit 1972c97db5b(gpio: dwapb: fix compile errors). Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index e07b63d37b7b..f563c883b887 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -148,7 +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 151 depends on ARM || ARM64
152 depends on OF_GPIO 152 depends on OF_GPIO
153 select GPIO_GENERIC 153 select GPIO_GENERIC
154 select GENERIC_IRQ_CHIP 154 select GENERIC_IRQ_CHIP