From: Rob Herring Date: Wed, 6 Nov 2013 03:27:02 +0000 (-0600) Subject: gpio: pl061: don't depend on CONFIG_ARM X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8a24284275f682e3f92b0f91d7d06f2778bc4256;p=linux.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 62eb9ef47e78b..972eaa0c9f2a7 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