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