From 78c73414f4f6744e2ea5a07b263a9698aa6f2416 Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Wed, 8 Oct 2008 16:14:23 +0400 Subject: 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 Acked-by: Ian Molton Cc: Ian Molton Signed-off-by: Greg Kroah-Hartman --- drivers/usb/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'drivers/usb/Kconfig') diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index bcefbdd..3be4730 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig @@ -36,7 +36,8 @@ config USB_ARCH_HAS_OHCI default y if PXA3xx default y if ARCH_EP93XX default y if ARCH_AT91 - default y if ARCH_PNX4008 + default y if ARCH_PNX4008 && I2C + default y if MFD_TC6393XB # PPC: default y if STB03xxx default y if PPC_MPC52xx -- cgit v1.1