aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/Kconfig
diff options
context:
space:
mode:
authorYuan-Hsin Chen <yuanlmm@gmail.com>2013-05-17 06:14:14 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-05-17 13:12:52 -0400
commit6c920bfb98d07a883918733075a4bc4287e36946 (patch)
treeabcc093ac580efd2f8444dc37e7b5eb3cecd75d8 /drivers/usb/host/Kconfig
parenta1fefaab1bbf9cd409cb11887953567d0a8faeb6 (diff)
usb host: Faraday USB2.0 FUSBH200-HCD driver
FUSBH200-HCD is an USB2.0 hcd for Faraday FUSBH200. FUSBH200 is an ehci-like controller with some differences. First, register layout of FUSBH200 is incompatible with EHCI. Furthermore, FUSBH200 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/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index de94f2699063..605e2773aad4 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -345,6 +345,17 @@ config USB_ISP1362_HCD
345 To compile this driver as a module, choose M here: the 345 To compile this driver as a module, choose M here: the
346 module will be called isp1362-hcd. 346 module will be called isp1362-hcd.
347 347
348config USB_FUSBH200_HCD
349 tristate "FUSBH200 HCD support"
350 depends on USB
351 default N
352 ---help---
353 Faraday FUSBH200 is designed to meet USB2.0 EHCI specification
354 with minor modification.
355
356 To compile this driver as a module, choose M here: the
357 module will be called fusbh200-hcd.
358
348config USB_OHCI_HCD 359config USB_OHCI_HCD
349 tristate "OHCI HCD support" 360 tristate "OHCI HCD support"
350 depends on USB_ARCH_HAS_OHCI 361 depends on USB_ARCH_HAS_OHCI