[RFC PATCH -mm2] usb_ip: fix allyesconfig compile error

From: Grant Coady
Date: Sat Jan 07 2006 - 20:09:23 EST



From: Grant Coady <gcoady@xxxxxxxxx>

Prevent 2.6.15-mm2 allyesconfig compile error by not allowing
USB_IP_STUB when USB_IP_VHCI is selected.

Signed-off-by: Grant Coady <gcoady@xxxxxxxxx>

---
Kconfig | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.15-mm2/drivers/usb/ip/Kconfig 2006-01-08 10:03:26.000000000 +1100
+++ linux-2.6.15-mm2d/drivers/usb/ip/Kconfig 2006-01-08 12:10:10.000000000 +1100
@@ -22,7 +22,7 @@

config USB_IP_STUB
tristate "USB IP stub driver"
- depends on USB_IP
+ depends on USB_IP && !USB_IP_VHCI
---help---
This enables the USB IP device driver which will run on the
host machine.
--
Thanks,
Grant.
http://bugsplatter.mine.nu/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/