diff options
author | Keshava Munegowda <keshava_mgowda@ti.com> | 2012-07-16 19:01:08 +0530 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-09-21 23:39:24 +0200 |
commit | 16fa3dc75c22f9769d418f19c45e11b118aab2eb (patch) | |
tree | df05b4ff423c2d4f273c71f80f7f62c74147ea54 /drivers/mfd/Kconfig | |
parent | 99de1cc5a77122e59640668b202280ecdb0f3c2e (diff) | |
download | linux-16fa3dc75c22f9769d418f19c45e11b118aab2eb.tar.bz2 |
mfd: omap-usb-tll: HOST TLL platform driver
The platform driver for the TLL component of the OMAP USB host controller
is implemented. Depending on the TLL hardware revision , the TLL channels
are configured. The USB HS core driver uses this driver through exported
APIs from the TLL platform driver.
usb_tll_enable and usb_tll_disble are the exported APIs of the USB TLL
platform driver.
Signed-off-by: Keshava Munegowda <keshava_mgowda@ti.com>
Reviewed-by: Partha Basak <parthab@india.ti.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 2143fd283a74..b9282cafa978 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -897,7 +897,7 @@ config MFD_WL1273_CORE audio codec. config MFD_OMAP_USB_HOST - bool "Support OMAP USBHS core driver" + bool "Support OMAP USBHS core and TLL driver" depends on USB_EHCI_HCD_OMAP || USB_OHCI_HCD_OMAP3 default y help |