diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2013-01-25 15:54:00 +0530 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-01-25 12:27:24 +0200 |
commit | ca784be36cc725bca9b526eba342de7550329731 (patch) | |
tree | 23f0da8e88f81d73587e06a6d295260d50494eb7 /drivers/usb/phy/Kconfig | |
parent | 01658f0f8d1322dbf94f289aa610731d539bf888 (diff) | |
download | blackbird-obmc-linux-ca784be36cc725bca9b526eba342de7550329731.tar.gz blackbird-obmc-linux-ca784be36cc725bca9b526eba342de7550329731.zip |
usb: start using the control module driver
Start using the control module driver for powering on the PHY and for
writing to the mailbox instead of writing to the control module
registers on their own.
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/phy/Kconfig')
-rw-r--r-- | drivers/usb/phy/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/phy/Kconfig b/drivers/usb/phy/Kconfig index 053696a2b6ef..f989511f13da 100644 --- a/drivers/usb/phy/Kconfig +++ b/drivers/usb/phy/Kconfig @@ -8,6 +8,7 @@ config OMAP_USB2 tristate "OMAP USB2 PHY Driver" depends on ARCH_OMAP2PLUS select USB_OTG_UTILS + select OMAP_CONTROL_USB help Enable this to support the transceiver that is part of SOC. This driver takes care of all the PHY functionality apart from comparator. |