summaryrefslogtreecommitdiff
path: root/drivers/usb/host/Kconfig
diff options
context:
space:
mode:
authorKalle Vahlman <kalle.vahlman@movial.com>2012-02-17 09:37:17 +0200
committerKalle Vahlman <kalle.vahlman@movial.com>2012-02-17 10:46:21 +0200
commit9259b71822e2c11d917c11924bd12b442d31e94c (patch)
treef6dc30f7ab427b3daee1f3ae87b4f986308b9679 /drivers/usb/host/Kconfig
parentcb0e1ea44ae3a166357265edaaee273a91331a1e (diff)
usb/host: Add ISP1763 host controller support
This is a driver for the ISP1763 USB host controller from ST-Ericsson, modified by Calao and imported to the kernel tree by Movial. Only hardware tested is the AVI daughterboard for Snowball from Calao, although the driver includes support for PCI evaluation version as well. Note that the driver depends on changes to the kernel USB interfaces from another patch, and needs a big hammer to iron out the warts in it.
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