patch-2.3.3 linux/drivers/usb/Config.in
Next file: linux/drivers/usb/README.ohci
Previous file: linux/drivers/sound/msnd.h
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Sun May 16 22:23:31 1999
- Orig file:
v2.3.2/linux/drivers/usb/Config.in
- Orig date:
Sat May 15 23:46:03 1999
diff -u --recursive --new-file v2.3.2/linux/drivers/usb/Config.in linux/drivers/usb/Config.in
@@ -14,7 +14,12 @@
tristate 'Support for USB (EXPERIMENTAL!)' CONFIG_USB
if [ ! "$CONFIG_USB" = "n" ]; then
bool 'UHCI (intel PIIX4 and others) support?' CONFIG_USB_UHCI
+
bool 'OHCI (compaq and some others) support?' CONFIG_USB_OHCI
+ if [ "$CONFIG_USB_OHCI" = "y" ]; then
+ bool ' Enable tons of OHCI debugging output?' CONFIG_USB_OHCI_DEBUG
+ fi
+
bool 'OHCI-HCD (other OHCI opt. Virt. Root Hub) support?' CONFIG_USB_OHCI_HCD
if [ "$CONFIG_USB_OHCI_HCD" = "y" ]; then
bool 'OHCI-HCD Virtual Root Hub' CONFIG_USB_OHCI_VROOTHUB
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)