From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> 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@xxxxxxxxxx> Cc: Gregory Haskins <ghaskins@xxxxxxxxxx> --- 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-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html