diff options
author | Yuan-Hsin Chen <yhchen@faraday-tech.com> | 2013-06-19 15:53:04 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-07-24 19:04:53 -0400 |
commit | 1dd3d123239179fad5de5dc00a6e0014a1918fde (patch) | |
tree | e7a3e302d4d01e218984ad6cb2328c039b9994b3 /drivers/usb/host/Kconfig | |
parent | 10e232c597ac757e7f8600649f7e872e86de190f (diff) |
usb: host: Faraday fotg210-hcd driver
FOTG210 is an OTG controller which can be configured as an
USB2.0 host. FOTG210 host is an ehci-like controller with
some differences. First, register layout of FOTG210 is
incompatible with EHCI. Furthermore, FOTG210 is lack of
siTDs which means iTDs are used for both HS and FS ISO
transfer.
Signed-off-by: Yuan-Hsin Chen <yhchen@faraday-tech.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r-- | drivers/usb/host/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 4263d011392c..cf521d6551dd 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig | |||
@@ -354,6 +354,18 @@ config USB_FUSBH200_HCD | |||
354 | To compile this driver as a module, choose M here: the | 354 | To compile this driver as a module, choose M here: the |
355 | module will be called fusbh200-hcd. | 355 | module will be called fusbh200-hcd. |
356 | 356 | ||
357 | config USB_FOTG210_HCD | ||
358 | tristate "FOTG210 HCD support" | ||
359 | depends on USB | ||
360 | default N | ||
361 | ---help--- | ||
362 | Faraday FOTG210 is an OTG controller which can be configured as | ||
363 | an USB2.0 host. It is designed to meet USB2.0 EHCI specification | ||
364 | with minor modification. | ||
365 | |||
366 | To compile this driver as a module, choose M here: the | ||
367 | module will be called fotg210-hcd. | ||
368 | |||
357 | config USB_OHCI_HCD | 369 | config USB_OHCI_HCD |
358 | tristate "OHCI HCD (USB 1.1) support" | 370 | tristate "OHCI HCD (USB 1.1) support" |
359 | select ISP1301_OMAP if MACH_OMAP_H2 || MACH_OMAP_H3 | 371 | select ISP1301_OMAP if MACH_OMAP_H2 || MACH_OMAP_H3 |