xref: /linux/drivers/phy/freescale/Kconfig (revision f4c8116e294b12c360b724173f4b79f232573fb1)
1config PHY_FSL_IMX8MQ_USB
2	tristate "Freescale i.MX8M USB3 PHY"
3	depends on OF && HAS_IOMEM
4	select GENERIC_PHY
5	default ARCH_MXC && ARM64
6
7config PHY_MIXEL_MIPI_DPHY
8	tristate "Mixel MIPI DSI PHY support"
9	depends on OF && HAS_IOMEM
10	select GENERIC_PHY
11	select GENERIC_PHY_MIPI_DPHY
12	select REGMAP_MMIO
13	help
14	  Enable this to add support for the Mixel DSI PHY as found
15	  on NXP's i.MX8 family of SOCs.
16