aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
diff options
context:
space:
mode:
authorEd Wildgoose <kernel@wildgooses.com>2011-04-07 18:51:15 -0400
committerGrant Likely <grant.likely@secretlab.ca>2011-05-26 15:54:18 -0400
commit073cc4e95ad5dd2d86f5328b9ea5c9355907c6a2 (patch)
tree90f695fc07f12936b19b03ba3b98bc3b894b332f /drivers/gpio
parent14587a2a25447813996e6fb9e48d48627cb75a5d (diff)
gpio/cs5535: Show explicit dependency between gpio_cs5535 and mfd_cs5535
cs5535-gpio.c has been split into two, with various setup moved into cs5535-mfd.c. Given that cs5535-gpio will not load without the -mfd part, lets make that dependency explicit in Kconfig Signed-off-by: Ed Wildgoose <kernel@wildgooses.com> Acked-by: Andres Salomon <dilinger@queued.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index b57ec09af89..ebd1124b076 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -303,7 +303,7 @@ comment "PCI GPIO expanders:"
303 303
304config GPIO_CS5535 304config GPIO_CS5535
305 tristate "AMD CS5535/CS5536 GPIO support" 305 tristate "AMD CS5535/CS5536 GPIO support"
306 depends on PCI && X86 && !CS5535_GPIO 306 depends on PCI && X86 && !CS5535_GPIO && MFD_CS5535
307 help 307 help
308 The AMD CS5535 and CS5536 southbridges support 28 GPIO pins that 308 The AMD CS5535 and CS5536 southbridges support 28 GPIO pins that
309 can be used for quite a number of things. The CS5535/6 is found on 309 can be used for quite a number of things. The CS5535/6 is found on