linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] mmc: fix cb710 kconfig dependency warning
@ 2010-10-14  1:15 Randy Dunlap
  2010-10-14  4:19 ` Chris Ball
  2010-10-14  9:04 ` Michał Mirosław
  0 siblings, 2 replies; 7+ messages in thread
From: Randy Dunlap @ 2010-10-14  1:15 UTC (permalink / raw)
  To: lkml, akpm; +Cc: Chris Ball, MM, linux-mmc

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

Fix kconfig dependency warning to satisfy dependencies:

warning: (MMC_CB710 && MMC && PCI) selects CB710_CORE which has unmet direct dependencies (MISC_DEVICES && PCI)

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: <mirq-linux@rere.qmqm.pl>
---
 drivers/mmc/host/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20101013.orig/drivers/mmc/host/Kconfig
+++ linux-next-20101013/drivers/mmc/host/Kconfig
@@ -394,7 +394,7 @@ config MMC_TMIO
 
 config MMC_CB710
 	tristate "ENE CB710 MMC/SD Interface support"
-	depends on PCI
+	depends on PCI && MISC_DEVICES
 	select CB710_CORE
 	help
 	  This option enables support for MMC/SD part of ENE CB710/720 Flash

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

end of thread, other threads:[~2010-10-14 19:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-14  1:15 [PATCH -next] mmc: fix cb710 kconfig dependency warning Randy Dunlap
2010-10-14  4:19 ` Chris Ball
2010-10-14  9:04 ` Michał Mirosław
2010-10-14 15:46   ` Randy Dunlap
2010-10-14 18:30   ` [PATCH -next v2] " Randy Dunlap
2010-10-14 19:27     ` Chris Ball
2010-10-14 19:50     ` Michał Mirosław

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