63 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2 3if (ARCH_MXC && ARM64) || COMPILE_TEST4 5config PHY_FSL_IMX8MQ_USB6 tristate "Freescale i.MX8M USB3 PHY"7 depends on OF && HAS_IOMEM8 select GENERIC_PHY9 default ARCH_MXC && ARM6410 11config PHY_MIXEL_LVDS_PHY12 tristate "Mixel LVDS PHY support"13 depends on OF14 select GENERIC_PHY15 select REGMAP_MMIO16 help17 Enable this to add support for the Mixel LVDS PHY as found18 on NXP's i.MX8qm SoC.19 20config PHY_MIXEL_MIPI_DPHY21 tristate "Mixel MIPI DSI PHY support"22 depends on OF && HAS_IOMEM23 select GENERIC_PHY24 select GENERIC_PHY_MIPI_DPHY25 select REGMAP_MMIO26 help27 Enable this to add support for the Mixel DSI PHY as found28 on NXP's i.MX8 family of SOCs.29 30config PHY_FSL_IMX8M_PCIE31 tristate "Freescale i.MX8M PCIE PHY"32 depends on OF && HAS_IOMEM33 select GENERIC_PHY34 help35 Enable this to add support for the PCIE PHY as found on36 i.MX8M family of SOCs.37 38config PHY_FSL_IMX8QM_HSIO39 tristate "Freescale i.MX8QM HSIO PHY"40 depends on OF && HAS_IOMEM41 select GENERIC_PHY42 help43 Enable this to add support for the HSIO PHY as found on44 i.MX8QM family of SOCs.45 46config PHY_FSL_SAMSUNG_HDMI_PHY47 tristate "Samsung HDMI PHY support"48 depends on OF && HAS_IOMEM && COMMON_CLK49 help50 Enable this to add support for the Samsung HDMI PHY in i.MX8MP.51endif52 53config PHY_FSL_LYNX_28G54 tristate "Freescale Layerscape Lynx 28G SerDes PHY support"55 depends on OF56 depends on ARCH_LAYERSCAPE || COMPILE_TEST57 select GENERIC_PHY58 help59 Enable this to add support for the Lynx SerDes 28G PHY as60 found on NXP's Layerscape platforms such as LX2160A.61 Used to change the protocol running on SerDes lanes at runtime.62 Only useful for a restricted set of Ethernet protocols.63