[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20091007102259.ae014b15.randy.dunlap@oracle.com>
Date: Wed, 7 Oct 2009 10:22:59 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: Stephen Rothwell <sfr@...b.auug.org.au>,
Gregory Haskins <ghaskins@...ell.com>
Cc: linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH -next] vbus: proxy uses, select IOQ
From: Randy Dunlap <randy.dunlap@...cle.com>
vbus-proxy also uses ioq, so it should select IOQ.
When CONFIG_VBUS_PROXY=[ym] and VBUS_PCIBRIDGE=n:
ERROR: "ioq_init" [drivers/vbus/vbus-proxy.ko] undefined!
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
Cc: Gregory Haskins <ghaskins@...ell.com>
---
drivers/vbus/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- linux-next-20091007.orig/drivers/vbus/Kconfig
+++ linux-next-20091007/drivers/vbus/Kconfig
@@ -5,6 +5,7 @@
config VBUS_PROXY
tristate "Virtual-Bus support"
select SHM_SIGNAL
+ select IOQ
default n
help
Adds support for a virtual-bus model drivers in a guest to connect
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists