Message ID | 1425281034-3324-1-git-send-email-wangkefeng.wang@huawei.com |
---|---|
State | New |
Headers | show |
On Mon, Mar 2, 2015 at 8:23 AM, Kefeng Wang <wangkefeng.wang@huawei.com> wrote: > 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> Patch applied. I cannot see patch 1/2 I guess it's not affecting my subsystem. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index c1e2ca3..7ca0de3 100644 --- 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
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> --- drivers/gpio/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)