diff options
author | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2008-10-08 08:14:23 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-10-22 13:05:27 -0400 |
commit | 78c73414f4f6744e2ea5a07b263a9698aa6f2416 (patch) | |
tree | 8125e4ad420d0fc4a86c9319c7f51c168a0cf6a2 /drivers/usb/host/Kconfig | |
parent | 2515ddc6db8eb49a79f0fe5e67ff09ac7c81eab4 (diff) |
USB: ohci: add support for tmio-ohci cell
Some Toshiba Mobile I/O chips have OHCI controller built in.
E.g. the tc6393xb chip found in several Toshiba e-Series PDAs
and in Sharp Zaurus SL-6000 PDA. This adds platform glue
to support OHCI function of the chip.
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Acked-by: Ian Molton <spyro@f2s.com>
Cc: Ian Molton <spyro@f2s.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r-- | drivers/usb/host/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 228797e54f9c..ba1c77141b43 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig | |||
@@ -138,7 +138,6 @@ config USB_OHCI_HCD | |||
138 | tristate "OHCI HCD support" | 138 | tristate "OHCI HCD support" |
139 | depends on USB && USB_ARCH_HAS_OHCI | 139 | depends on USB && USB_ARCH_HAS_OHCI |
140 | select ISP1301_OMAP if MACH_OMAP_H2 || MACH_OMAP_H3 | 140 | select ISP1301_OMAP if MACH_OMAP_H2 || MACH_OMAP_H3 |
141 | select I2C if ARCH_PNX4008 | ||
142 | ---help--- | 141 | ---help--- |
143 | The Open Host Controller Interface (OHCI) is a standard for accessing | 142 | The Open Host Controller Interface (OHCI) is a standard for accessing |
144 | USB 1.1 host controller hardware. It does more in hardware than Intel's | 143 | USB 1.1 host controller hardware. It does more in hardware than Intel's |