summaryrefslogtreecommitdiffstats
path: root/drivers/phy/Kconfig
diff options
context:
space:
mode:
authorJoachim Eastwood2015-07-09 22:48:25 +0200
committerKishon Vijay Abraham I2015-07-25 12:15:46 +0200
commitcbf919bd32d9424be8b77dac06fd90cd0a297562 (patch)
tree793dd1e08b0317999edc4e41d6c668d1c1206292 /drivers/phy/Kconfig
parentLinux 4.2-rc1 (diff)
downloadkernel-qcow2-linux-cbf919bd32d9424be8b77dac06fd90cd0a297562.tar.gz
kernel-qcow2-linux-cbf919bd32d9424be8b77dac06fd90cd0a297562.tar.xz
kernel-qcow2-linux-cbf919bd32d9424be8b77dac06fd90cd0a297562.zip
phy: add lpc18xx usb otg phy driver
Add PHY driver for the internal USB OTG PHY found on NXP LPC18xx and LPC43xx devices. This driver takes care of enabling the PHY in CREG (syscon) and setting the required clock frequency. Signed-off-by: Joachim Eastwood <manabian@gmail.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/Kconfig')
-rw-r--r--drivers/phy/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
index c0e6ede3e27d..e2f2a4d394e1 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -54,6 +54,17 @@ config PHY_EXYNOS_MIPI_VIDEO
Support for MIPI CSI-2 and MIPI DSI DPHY found on Samsung S5P
and EXYNOS SoCs.
+config PHY_LPC18XX_USB_OTG
+ tristate "NXP LPC18xx/43xx SoC USB OTG PHY driver"
+ depends on OF && (ARCH_LPC18XX || COMPILE_TEST)
+ depends on MFD_SYSCON
+ select GENERIC_PHY
+ help
+ Enable this to support NXP LPC18xx/43xx internal USB OTG PHY.
+
+ This driver is need for USB0 support on LPC18xx/43xx and takes
+ care of enabling and clock setup.
+
config PHY_PXA_28NM_HSIC
tristate "Marvell USB HSIC 28nm PHY Driver"
select GENERIC_PHY