]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
gpio: dwapb: re-enable GPIO_DWAPB for arm64
authorKefeng Wang <wangkefeng.wang@huawei.com>
Mon, 2 Mar 2015 07:23:54 +0000 (15:23 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 9 Mar 2015 10:54:36 +0000 (11:54 +0100)
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>
drivers/gpio/Kconfig

index e07b63d37b7b3f96424e1fb60a8c9d51f7c6e980..f563c883b887a7dd347ad373b8052b43d9a79b9c 100644 (file)
@@ -148,7 +148,7 @@ config GPIO_GENERIC_PLATFORM
 
 config GPIO_DWAPB
        tristate "Synopsys DesignWare APB GPIO driver"
-       depends on ARM
+       depends on ARM || ARM64
        depends on OF_GPIO
        select GPIO_GENERIC
        select GENERIC_IRQ_CHIP