* [PATCH v2] gpio-cs5535: Simplify dependencies
@ 2014-03-07 21:11 Jean Delvare
2014-03-12 14:42 ` Linus Walleij
0 siblings, 1 reply; 2+ messages in thread
From: Jean Delvare @ 2014-03-07 21:11 UTC (permalink / raw)
To: linux-gpio; +Cc: Linus Walleij, Alexandre Courbot
The bus and architecture dependencies are already on MFD_CS5535, so
there is no need to repeat them here.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Alexandre Courbot <gnurou@gmail.com>
---
Changes since v1:
* Drop dependency on PCI too.
drivers/gpio/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-3.14-rc5.orig/drivers/gpio/Kconfig 2014-03-07 21:57:53.984527074 +0100
+++ linux-3.14-rc5/drivers/gpio/Kconfig 2014-03-07 22:07:41.214059632 +0100
@@ -631,7 +631,7 @@ comment "PCI GPIO expanders:"
config GPIO_CS5535
tristate "AMD CS5535/CS5536 GPIO support"
- depends on PCI && X86 && MFD_CS5535
+ depends on MFD_CS5535
help
The AMD CS5535 and CS5536 southbridges support 28 GPIO pins that
can be used for quite a number of things. The CS5535/6 is found on
--
Jean Delvare
SUSE L3 Support
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-03-12 14:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-07 21:11 [PATCH v2] gpio-cs5535: Simplify dependencies Jean Delvare
2014-03-12 14: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).