diff options
Diffstat (limited to 'drivers/usb/phy/Kconfig')
-rw-r--r-- | drivers/usb/phy/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/usb/phy/Kconfig b/drivers/usb/phy/Kconfig index 24b4f091acb8..00f96f86011d 100644 --- a/drivers/usb/phy/Kconfig +++ b/drivers/usb/phy/Kconfig @@ -160,6 +160,18 @@ config USB_MXS_PHY MXS Phy is used by some of the i.MX SoCs, for example imx23/28/6x. +config OWL_USB2PHY + tristate "ACTIONS OWL USB2 PHY Driver" + help + Enable this to support the USB2 PHY that is part of SOC. This + driver takes care of all the PHY functionality. + +config OWL_USB3PHY + tristate "ACTIONS OWL USB3 PHY Driver" + help + Enable this to support the USB3 PHY that is part of SOC. This + driver takes care of all the PHY functionality. + config USB_TEGRA_PHY tristate "NVIDIA Tegra USB PHY Driver" depends on ARCH_TEGRA |