summaryrefslogtreecommitdiff
path: root/drivers/usb/host/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r--drivers/usb/host/Kconfig22
1 files changed, 22 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index ab085f12d57..d9d93699711 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -269,6 +269,28 @@ config USB_ISP1362_HCD
To compile this driver as a module, choose M here: the
module will be called isp1362-hcd.
+config USB_ISP1763_HAL
+ tristate "ISP1763 HAL driver"
+ depends on USB
+ default N
+ ---help---
+ ISP1763 Hardware Abstraction Layer driver.
+
+ To compile this driver as a module, choose M here: the
+ module will be called isp1763-hal.
+
+config USB_ISP1763_HCD
+ tristate "ISP1763 Host Controller"
+ depends on USB && USB_ISP1763_HAL
+ default N
+ ---help---
+ Supports for the ISP1763 chip as a host controller
+
+ This driver does not support isochronous transfers well.
+
+ To compile this driver as a module, choose M here: the
+ module will be called isp1763-hcd.
+
config USB_OHCI_HCD
tristate "OHCI HCD support"
depends on USB && USB_ARCH_HAS_OHCI