From: Rob Herring Date: Wed, 6 Nov 2013 03:27:02 +0000 (-0600) Subject: gpio: pl061: don't depend on CONFIG_ARM X-Git-Tag: firefly_0821_release~176^2~5007^2~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8a24284275f682e3f92b0f91d7d06f2778bc4256;p=firefly-linux-kernel-4.4.55.git gpio: pl061: don't depend on CONFIG_ARM The pl061 driver has no real dependency on ARM, so remove the kconfig dependency. Signed-off-by: Rob Herring Cc: Linus Walleij Cc: linux-gpio@vger.kernel.org Signed-off-by: Linus Walleij --- diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 62eb9ef47e78..972eaa0c9f2a 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -213,7 +213,7 @@ config GPIO_OCTEON config GPIO_PL061 bool "PrimeCell PL061 GPIO support" - depends on ARM && ARM_AMBA + depends on ARM_AMBA select GENERIC_IRQ_CHIP help Say yes here to support the PrimeCell PL061 GPIO device