diff options
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | 2018-11-29 10:57:39 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-12-07 16:31:46 +0100 |
commit | 668257e0238fd78e9a0841fade8e1db447037053 (patch) | |
tree | 235ef9d7c772ab87d50b12ec94ba8274c97a945f /drivers/phy/Kconfig | |
parent | 0752d7013a5e266c8cf24a0205999f7f717caba3 (diff) | |
download | u-boot-668257e0238fd78e9a0841fade8e1db447037053.tar.gz |
phy: Add a new driver for OMAP's USB2 PHYs
This drivers supports the USB2 PHY found on omap5 and dra7 SOCs.
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Diffstat (limited to 'drivers/phy/Kconfig')
-rw-r--r-- | drivers/phy/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index 14d82b93ed..3921e39d7b 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig @@ -155,4 +155,13 @@ config MSM8916_USB_PHY This PHY is found on qualcomm dragonboard410c development board. +config OMAP_USB2_PHY + bool "Support OMAP's USB2 PHY" + depends on PHY + depends on SYSCON + help + Support for the OMAP's USB2 PHY. + + This PHY is found on OMAP devices supporting USB2. + endmenu |