diff options
author | Rob Herring <rob.herring@calxeda.com> | 2013-11-05 21:27:02 -0600 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-11-06 10:41:38 +0100 |
commit | 8a24284275f682e3f92b0f91d7d06f2778bc4256 (patch) | |
tree | adea7cef7a1c80687d2244b5b9bfd184b26934de | |
parent | afb3690c3cbd0bd82b267934b419c0643e2b938a (diff) |
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 <rob.herring@calxeda.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: linux-gpio@vger.kernel.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | drivers/gpio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |