Kconfig 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. if (ARCH_MXC && ARM64) || COMPILE_TEST
  3. config PHY_FSL_IMX8MQ_USB
  4. tristate "Freescale i.MX8M USB3 PHY"
  5. depends on OF && HAS_IOMEM
  6. depends on TYPEC || TYPEC=n
  7. select GENERIC_PHY
  8. default ARCH_MXC && ARM64
  9. config PHY_MIXEL_LVDS_PHY
  10. tristate "Mixel LVDS PHY support"
  11. depends on OF
  12. select GENERIC_PHY
  13. select REGMAP_MMIO
  14. help
  15. Enable this to add support for the Mixel LVDS PHY as found
  16. on NXP's i.MX8qm SoC.
  17. config PHY_MIXEL_MIPI_DPHY
  18. tristate "Mixel MIPI DSI PHY support"
  19. depends on OF && HAS_IOMEM
  20. select GENERIC_PHY
  21. select GENERIC_PHY_MIPI_DPHY
  22. select REGMAP_MMIO
  23. help
  24. Enable this to add support for the Mixel DSI PHY as found
  25. on NXP's i.MX8 family of SOCs.
  26. config PHY_FSL_IMX8M_PCIE
  27. tristate "Freescale i.MX8M PCIE PHY"
  28. depends on OF && HAS_IOMEM
  29. select GENERIC_PHY
  30. help
  31. Enable this to add support for the PCIE PHY as found on
  32. i.MX8M family of SOCs.
  33. config PHY_FSL_IMX8QM_HSIO
  34. tristate "Freescale i.MX8QM HSIO PHY"
  35. depends on OF && HAS_IOMEM
  36. select GENERIC_PHY
  37. help
  38. Enable this to add support for the HSIO PHY as found on
  39. i.MX8QM family of SOCs.
  40. config PHY_FSL_SAMSUNG_HDMI_PHY
  41. tristate "Samsung HDMI PHY support"
  42. depends on OF && HAS_IOMEM && COMMON_CLK
  43. help
  44. Enable this to add support for the Samsung HDMI PHY in i.MX8MP.
  45. endif
  46. config PHY_FSL_LYNX_28G
  47. tristate "Freescale Layerscape Lynx 28G SerDes PHY support"
  48. depends on OF
  49. depends on ARCH_LAYERSCAPE || COMPILE_TEST
  50. select GENERIC_PHY
  51. help
  52. Enable this to add support for the Lynx SerDes 28G PHY as
  53. found on NXP's Layerscape platforms such as LX2160A.
  54. Used to change the protocol running on SerDes lanes at runtime.
  55. Only useful for a restricted set of Ethernet protocols.