Skip to content

Commit

Permalink
gpio: pl061: don't depend on CONFIG_ARM
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rob Herring authored and Linus Walleij committed Nov 6, 2013
1 parent afb3690 commit 8a24284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a24284

Please sign in to comment.