summaryrefslogtreecommitdiffstats
path: root/drivers/phy/freescale/Kconfig
diff options
context:
space:
mode:
authorLi Jun <jun.li@nxp.com>2018-11-15 15:12:47 +0100
committerKishon Vijay Abraham I <kishon@ti.com>2018-12-12 10:01:46 +0530
commitefe81bea891586680a928ea5dde40eb1fff34be2 (patch)
tree522700beecee473d39418189a0e321981a8bbcb6 /drivers/phy/freescale/Kconfig
parent3c2ce40b2fbb52b5e861f8664f5422d39f11b39e (diff)
downloadlinux-efe81bea891586680a928ea5dde40eb1fff34be2.tar.bz2
phy: add driver for Freescale i.MX8MQ USB3 PHY
This is a cleaned up port of the downstream i.MX8MQ USB3 PHY driver. Signed-off-by: Li Jun <jun.li@nxp.com> Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/freescale/Kconfig')
-rw-r--r--drivers/phy/freescale/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/phy/freescale/Kconfig b/drivers/phy/freescale/Kconfig
new file mode 100644
index 000000000000..f050bd4e97e0
--- /dev/null
+++ b/drivers/phy/freescale/Kconfig
@@ -0,0 +1,5 @@
+config PHY_FSL_IMX8MQ_USB
+ tristate "Freescale i.MX8M USB3 PHY"
+ depends on OF && HAS_IOMEM
+ select GENERIC_PHY
+ default SOC_IMX8MQ