All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] gpio: fix rdc321x kconfig dependencies
@ 2010-10-14  1:09 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2010-10-14  1:09 UTC (permalink / raw)
  To: lkml; +Cc: Florian Fainelli, akpm

From: Randy Dunlap <randy.dunlap@oracle.com>

Fix kconfig dependency warning to satisfy dependencies:

warning: (GPIO_RDC321X && PCI && GPIOLIB) selects MFD_RDC321X which has unmet direct dependencies (MFD_SUPPORT && PCI)

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Florian Fainelli <florian@openwrt.org>
---
 drivers/gpio/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- linux-next-20101013.orig/drivers/gpio/Kconfig
+++ linux-next-20101013/drivers/gpio/Kconfig
@@ -322,6 +322,7 @@ config GPIO_TIMBERDALE
 config GPIO_RDC321X
 	tristate "RDC R-321x GPIO support"
 	depends on PCI && GPIOLIB
+	select MFD_SUPPORT
 	select MFD_CORE
 	select MFD_RDC321X
 	help

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-10-14  4:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-14  1:09 [PATCH -next] gpio: fix rdc321x kconfig dependencies Randy Dunlap

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.