Re: [PATCH] gpio: pl061: don't depend on CONFIG_ARM

2013-11-06 Thread Linus Walleij
On Wed, Nov 6, 2013 at 4:27 AM, Rob Herring wrote: > From: Rob Herring > > The pl061 driver has no real dependency on ARM, so remove the kconfig > dependency. > > Signed-off-by: Rob Herring > Cc: Linus Walleij > Cc: linux-g...@vger.kernel.org Patch applied. Let's throw it at the autobuilder a

[PATCH] gpio: pl061: don't depend on CONFIG_ARM

2013-11-05 Thread Rob Herring
From: Rob Herring The pl061 driver has no real dependency on ARM, so remove the kconfig dependency. Signed-off-by: Rob Herring Cc: Linus Walleij Cc: linux-g...@vger.kernel.org --- drivers/gpio/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/Kconfig b/d