Fedora kernel-2.6.17-1.2142_FC4 patched with stable patch-2.6.17.4-vs2.0.2-rc26.diff
[linux-2.6.git] / drivers / usb / host / Kconfig
index 19e598c..e27b79a 100644 (file)
@@ -6,19 +6,19 @@ comment "USB Host Controller Drivers"
 
 config USB_EHCI_HCD
        tristate "EHCI HCD (USB 2.0) support"
-       depends on USB && PCI
+       depends on USB && USB_ARCH_HAS_EHCI
        ---help---
          The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0
          "high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware.
          If your USB host controller supports USB 2.0, you will likely want to
-         configure this Host Controller Driver.  At this writing, the primary
-         implementation of EHCI is a chip from NEC, widely available in add-on
-         PCI cards, but implementations are in the works from other vendors
-         including Intel and Philips.  Motherboard support is appearing.
+         configure this Host Controller Driver.  At the time of this writing, 
+         the primary implementation of EHCI is a chip from NEC, widely available
+         in add-on PCI cards, but implementations are in the works from other 
+         vendors including Intel and Philips.  Motherboard support is appearing.
 
          EHCI controllers are packaged with "companion" host controllers (OHCI
          or UHCI) to handle USB 1.1 devices connected to root hub ports.  Ports
-         will connect to EHCI if it the device is high speed, otherwise they
+         will connect to EHCI if the device is high speed, otherwise they
          connect to a companion controller.  If you configure EHCI, you should
          probably configure the OHCI (for NEC and some other vendors) USB Host
          Controller Driver or UHCI (for Via motherboards) Host Controller
@@ -49,6 +49,19 @@ config USB_EHCI_ROOT_HUB_TT
 
          This supports the EHCI implementation from TransDimension Inc.
 
+config USB_ISP116X_HCD
+       tristate "ISP116X HCD support"
+       depends on USB
+       default N
+       ---help---
+         The ISP1160 and ISP1161 chips are USB host controllers. Enable this
+         option if your board has this chip. If unsure, say N.
+
+         This driver does not support isochronous transfers.
+
+         To compile this driver as a module, choose M here: the
+         module will be called isp116x-hcd.
+
 config USB_OHCI_HCD
        tristate "OHCI HCD support"
        depends on USB && USB_ARCH_HAS_OHCI