All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gpio: timberdale: simplify dependencies
@ 2014-04-03  9:33 Jean Delvare
  2014-04-10 17:17 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Jean Delvare @ 2014-04-03  9:33 UTC (permalink / raw)
  To: linux-gpio; +Cc: Linus Walleij, Alexandre Courbot

GPIO_TIMBERDALE doesn't need an explicit dependency on HAS_IOMEM,
because it depends on MFD_TIMBERDALE which itself depends on
HAS_IOMEM already.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Alexandre Courbot <gnurou@gmail.com>
---
 drivers/gpio/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-3.14.orig/drivers/gpio/Kconfig	2014-04-03 09:20:58.831297480 +0200
+++ linux-3.14/drivers/gpio/Kconfig	2014-04-03 09:36:37.245359318 +0200
@@ -710,7 +710,7 @@ config GPIO_SODAVILLE
 
 config GPIO_TIMBERDALE
 	bool "Support for timberdale GPIO IP"
-	depends on MFD_TIMBERDALE && HAS_IOMEM
+	depends on MFD_TIMBERDALE
 	---help---
 	Add support for the GPIO IP in the timberdale FPGA.
 


-- 
Jean Delvare
SUSE L3 Support

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] gpio: timberdale: simplify dependencies
  2014-04-03  9:33 [PATCH] gpio: timberdale: simplify dependencies Jean Delvare
@ 2014-04-10 17:17 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2014-04-10 17:17 UTC (permalink / raw)
  To: Jean Delvare; +Cc: linux-gpio, Alexandre Courbot

On Thu, Apr 3, 2014 at 11:33 AM, Jean Delvare <jdelvare@suse.de> wrote:

> GPIO_TIMBERDALE doesn't need an explicit dependency on HAS_IOMEM,
> because it depends on MFD_TIMBERDALE which itself depends on
> HAS_IOMEM already.
>
> Signed-off-by: Jean Delvare <jdelvare@suse.de>
> Cc: Linus Walleij <linus.walleij@linaro.org>
> Cc: Alexandre Courbot <gnurou@gmail.com>

True. Patch applied.

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-10 17:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-03  9:33 [PATCH] gpio: timberdale: simplify dependencies Jean Delvare
2014-04-10 17:17 ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.