diff options
| author | Sam Protsenko <[email protected]> | 2016-04-13 14:20:29 +0300 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2016-04-20 11:43:28 +0200 |
| commit | b142729d03d7295076f2c276da5694b46e511e89 (patch) | |
| tree | 2d0d1130b3c96c60b4facf3c06aad6d37cfe85db /drivers | |
| parent | c16bf621d5100a1f5c64becc82b5620810565f3e (diff) | |
usb: dwc3: Move CONFIG_USB_DWC3_PHY_* to Kconfig
Signed-off-by: Sam Protsenko <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/usb/dwc3/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/usb/dwc3/Kconfig b/drivers/usb/dwc3/Kconfig index 0bb862a60a2..e93398fe7c1 100644 --- a/drivers/usb/dwc3/Kconfig +++ b/drivers/usb/dwc3/Kconfig @@ -37,4 +37,21 @@ config USB_DWC3_OMAP Say 'Y' here if you have one such device +menu "PHY Subsystem" + +config USB_DWC3_PHY_OMAP + bool "TI OMAP SoC series USB DRD PHY driver" + help + Enable single driver for both USB2 PHY programming and USB3 PHY + programming for TI SoCs. + +config USB_DWC3_PHY_SAMSUNG + bool "Exynos5 SoC series USB DRD PHY driver" + help + Enable USB DRD PHY support for Exynos 5 SoC series. + This driver provides PHY interface for USB 3.0 DRD controller + present on Exynos5 SoC series. + +endmenu + endif |
