From 9259b71822e2c11d917c11924bd12b442d31e94c Mon Sep 17 00:00:00 2001 From: Kalle Vahlman Date: Fri, 17 Feb 2012 09:37:17 +0200 Subject: 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. --- drivers/usb/host/Kconfig | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'drivers/usb/host/Kconfig') 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 -- cgit v1.2.3