2006-01-08 01:10:36

by Grant Coady

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


From: Grant Coady <[email protected]>

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 <[email protected]>

---
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/