aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy/Kconfig
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-07-14 12:03:50 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-07-14 12:03:50 +0900
commitca2b6faeb96d6d71ebc0627d6679f7b6667cfb00 (patch)
treef05df9d14c6cf7669caf2c368c597e4f82f290fb /drivers/phy/Kconfig
parentusb: quirks: Add no-lpm quirk for Elan (diff)
parentphy: rcar-gen3-usb2: fix mutex_lock calling in interrupt (diff)
downloadlinux-dev-ca2b6faeb96d6d71ebc0627d6679f7b6667cfb00.tar.xz
linux-dev-ca2b6faeb96d6d71ebc0627d6679f7b6667cfb00.zip
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/Kconfig10
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