* [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
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 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).