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>
This commit is contained in:
Kefeng Wang 2015-03-02 15:23:54 +08:00 committed by Linus Walleij
parent 4fd9bbc6e0
commit b90f8f22ed
1 changed files with 1 additions and 1 deletions

View 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