diff options
author | Praveen Paneri <p.paneri@samsung.com> | 2012-11-23 11:33:06 +0100 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-01-18 14:06:30 +0100 |
commit | 337dc3a7684cf6577b5595b9bb96e1af06baec41 (patch) | |
tree | 6cbab8d202a743645e90f8ae0ce4d786715a71f8 /drivers/usb/phy/Kconfig | |
parent | usb: phy: mxs-phy: add set_suspend API (diff) | |
download | linux-337dc3a7684cf6577b5595b9bb96e1af06baec41.tar.xz linux-337dc3a7684cf6577b5595b9bb96e1af06baec41.zip |
usb: phy: samsung: Introducing usb phy driver for hsotg
This driver uses usb_phy interface to interact with s3c-hsotg. Supports
phy_init and phy_shutdown functions to enable/disable usb phy. Support
will be extended to host controllers and more Samsung SoCs.
Signed-off-by: Praveen Paneri <p.paneri@samsung.com>
Acked-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/phy/Kconfig')
-rw-r--r-- | drivers/usb/phy/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/usb/phy/Kconfig b/drivers/usb/phy/Kconfig index 5de6e7f39f9c..36a85b675429 100644 --- a/drivers/usb/phy/Kconfig +++ b/drivers/usb/phy/Kconfig @@ -45,3 +45,11 @@ config USB_RCAR_PHY To compile this driver as a module, choose M here: the module will be called rcar-phy. + +config SAMSUNG_USBPHY + bool "Samsung USB PHY controller Driver" + depends on USB_S3C_HSOTG + select USB_OTG_UTILS + help + Enable this to support Samsung USB phy controller for samsung + SoCs. |