diff options
author | Rob Herring <rob.herring@calxeda.com> | 2013-11-05 22:27:02 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-11-06 04:41:38 -0500 |
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 | |||
213 | 213 | ||
214 | config GPIO_PL061 | 214 | config GPIO_PL061 |
215 | bool "PrimeCell PL061 GPIO support" | 215 | bool "PrimeCell PL061 GPIO support" |
216 | depends on ARM && ARM_AMBA | 216 | depends on ARM_AMBA |
217 | select GENERIC_IRQ_CHIP | 217 | select GENERIC_IRQ_CHIP |
218 | help | 218 | help |
219 | Say yes here to support the PrimeCell PL061 GPIO device | 219 | Say yes here to support the PrimeCell PL061 GPIO device |