projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fd9bbc
)
gpio: dwapb: re-enable GPIO_DWAPB for arm64
author
Kefeng Wang
<wangkefeng.wang@huawei.com>
Mon, 2 Mar 2015 07:23:54 +0000
(15:23 +0800)
committer
Linus 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpio/Kconfig
b/drivers/gpio/Kconfig
index e07b63d37b7b3f96424e1fb60a8c9d51f7c6e980..f563c883b887a7dd347ad373b8052b43d9a79b9c 100644
(file)
--- a/
drivers/gpio/Kconfig
+++ b/
drivers/gpio/Kconfig
@@
-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