diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-07-14 06:03:50 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-07-14 06:03:50 +0300 |
commit | ca2b6faeb96d6d71ebc0627d6679f7b6667cfb00 (patch) | |
tree | f05df9d14c6cf7669caf2c368c597e4f82f290fb /drivers/phy/Kconfig | |
parent | 25b1f9acc452209ae0fcc8c1332be852b5c52f53 (diff) | |
parent | c14f8a4032efa73d9c4e155add47c19252b3bdf4 (diff) | |
download | linux-ca2b6faeb96d6d71ebc0627d6679f7b6667cfb00.tar.xz |
Merge tag 'phy-for-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-testing
Kishon writes:
phy: for 4.8 -rc1
*) Add a new phy_ops for setting the phy mode
*) Add a new phy driver for DA8xx SoC USB PHY
*) Minor fixes and cleanups
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/Kconfig')
-rw-r--r-- | drivers/phy/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index 8d1cfb7f3ea2..cc0b69545385 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig @@ -44,6 +44,16 @@ config ARMADA375_USBCLUSTER_PHY depends on OF && HAS_IOMEM select GENERIC_PHY +config PHY_DA8XX_USB + tristate "TI DA8xx USB PHY Driver" + depends on ARCH_DAVINCI_DA8XX + select GENERIC_PHY + select MFD_SYSCON + help + Enable this to support the USB PHY on DA8xx SoCs. + + This driver controls both the USB 1.1 PHY and the USB 2.0 PHY. + config PHY_DM816X_USB tristate "TI dm816x USB PHY driver" depends on ARCH_OMAP2PLUS |