From: Gregory CLEMENT Date: Fri, 19 May 2017 16:09:23 +0000 (+0200) Subject: gpio: mvebu: allow building driver for Armada 7K/8K X-Git-Tag: v4.13-rc1~116^2~62 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3b4c94bbacb06aa7ff595041efec82604e44fc59;p=karo-tx-linux.git gpio: mvebu: allow building driver for Armada 7K/8K The mvebu gpio driver can also be used on arm64 mvebu SoC such as the Armada 7K/8K. This commit allows to build the driver for them (when only ARCH_MVEBU is defined) Reviewed-by: Thomas Petazzoni Signed-off-by: Gregory CLEMENT Signed-off-by: Linus Walleij --- diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 75e64607b209..805754401845 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -326,7 +326,7 @@ config GPIO_MPC8XXX config GPIO_MVEBU def_bool y - depends on PLAT_ORION + depends on PLAT_ORION || ARCH_MVEBU depends on OF_GPIO select GENERIC_IRQ_CHIP