* [PATCH] gpio: pl061: don't depend on CONFIG_ARM
@ 2013-11-06 3:27 Rob Herring
2013-11-06 9:42 ` Linus Walleij
0 siblings, 1 reply; 2+ messages in thread
From: Rob Herring @ 2013-11-06 3:27 UTC (permalink / raw)
To: linux-arm-kernel, linux-kernel; +Cc: Rob Herring, Linus Walleij, linux-gpio
From: Rob Herring <rob.herring@calxeda.com>
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
---
drivers/gpio/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index a0471e6..0f04444 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
--
1.8.1.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gpio: pl061: don't depend on CONFIG_ARM
2013-11-06 3:27 [PATCH] gpio: pl061: don't depend on CONFIG_ARM Rob Herring
@ 2013-11-06 9:42 ` Linus Walleij
0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2013-11-06 9:42 UTC (permalink / raw)
To: Rob Herring
Cc: linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, Rob Herring,
linux-gpio@vger.kernel.org
On Wed, Nov 6, 2013 at 4:27 AM, Rob Herring <robherring2@gmail.com> wrote:
> From: Rob Herring <rob.herring@calxeda.com>
>
> 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
Patch applied. Let's throw it at the autobuilder and see what
happens :-)
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-11-06 9:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-06 3:27 [PATCH] gpio: pl061: don't depend on CONFIG_ARM Rob Herring
2013-11-06 9:42 ` Linus Walleij
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).