diff options
author | Vivek Gautam <gautam.vivek@samsung.com> | 2013-01-22 17:00:41 +0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-01-23 15:39:11 +0400 |
commit | 8c1b3e16e902b010f79e2d299927ec43b495f1c7 (patch) | |
tree | 851e81f1b30a3f63d7925ab45c8783f94f39ba65 /drivers/usb/phy/Kconfig | |
parent | b506eebc504caaf863b5c5a68a1e1d304d610482 (diff) | |
download | linux-8c1b3e16e902b010f79e2d299927ec43b495f1c7.tar.xz |
usb: phy: samsung: Add host phy support to samsung-phy driver
This patch adds host phy support to samsung-usbphy driver and
further adds support for samsung's exynos5250 usb-phy.
Signed-off-by: Praveen Paneri <p.paneri@samsung.com>
Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/phy/Kconfig')
-rw-r--r-- | drivers/usb/phy/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/phy/Kconfig b/drivers/usb/phy/Kconfig index 36a85b675429..fae4d08c0ddd 100644 --- a/drivers/usb/phy/Kconfig +++ b/drivers/usb/phy/Kconfig @@ -48,7 +48,7 @@ config USB_RCAR_PHY config SAMSUNG_USBPHY bool "Samsung USB PHY controller Driver" - depends on USB_S3C_HSOTG + depends on USB_S3C_HSOTG || USB_EHCI_S5P || USB_OHCI_EXYNOS select USB_OTG_UTILS help Enable this to support Samsung USB phy controller for samsung |