xref: /openbmc/linux/drivers/phy/freescale/Kconfig (revision 1aa97b00)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2efe81beaSLi Junconfig PHY_FSL_IMX8MQ_USB
3efe81beaSLi Jun	tristate "Freescale i.MX8M USB3 PHY"
4efe81beaSLi Jun	depends on OF && HAS_IOMEM
5efe81beaSLi Jun	select GENERIC_PHY
6e4e2c343SAbel Vesa	default ARCH_MXC && ARM64
7f4c8116eSGuido Günther
8f4c8116eSGuido Güntherconfig PHY_MIXEL_MIPI_DPHY
9f4c8116eSGuido Günther	tristate "Mixel MIPI DSI PHY support"
10f4c8116eSGuido Günther	depends on OF && HAS_IOMEM
11f4c8116eSGuido Günther	select GENERIC_PHY
12f4c8116eSGuido Günther	select GENERIC_PHY_MIPI_DPHY
13f4c8116eSGuido Günther	select REGMAP_MMIO
14f4c8116eSGuido Günther	help
15f4c8116eSGuido Günther	  Enable this to add support for the Mixel DSI PHY as found
16f4c8116eSGuido Günther	  on NXP's i.MX8 family of SOCs.
17*1aa97b00SRichard Zhu
18*1aa97b00SRichard Zhuconfig PHY_FSL_IMX8M_PCIE
19*1aa97b00SRichard Zhu	tristate "Freescale i.MX8M PCIE PHY"
20*1aa97b00SRichard Zhu	depends on OF && HAS_IOMEM
21*1aa97b00SRichard Zhu	select GENERIC_PHY
22*1aa97b00SRichard Zhu	help
23*1aa97b00SRichard Zhu	  Enable this to add support for the PCIE PHY as found on
24*1aa97b00SRichard Zhu	  i.MX8M family of SOCs.
25