lkml.org 
[lkml]   [2006]   [Jan]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[RFC PATCH -mm2] usb_ip: fix allyesconfig compile error
Date

From: Grant Coady <gcoady@gmail.com>

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@gmail.com>

---
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2006-01-08 02:12    [W:0.139 / U:0.028 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site