Kconfig 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. select GENERIC_PHY
  7. default ARCH_MXC && ARM64
  8. config PHY_MIXEL_LVDS_PHY
  9. tristate "Mixel LVDS PHY support"
  10. depends on OF
  11. select GENERIC_PHY
  12. select REGMAP_MMIO
  13. help
  14. Enable this to add support for the Mixel LVDS PHY as found
  15. on NXP's i.MX8qm SoC.
  16. config PHY_MIXEL_MIPI_DPHY
  17. tristate "Mixel MIPI DSI PHY support"
  18. depends on OF && HAS_IOMEM
  19. select GENERIC_PHY
  20. select GENERIC_PHY_MIPI_DPHY
  21. select REGMAP_MMIO
  22. help
  23. Enable this to add support for the Mixel DSI PHY as found
  24. on NXP's i.MX8 family of SOCs.
  25. config PHY_FSL_IMX8M_PCIE
  26. tristate "Freescale i.MX8M PCIE PHY"
  27. depends on OF && HAS_IOMEM
  28. select GENERIC_PHY
  29. help
  30. Enable this to add support for the PCIE PHY as found on
  31. i.MX8M family of SOCs.
  32. endif
  33. config PHY_FSL_LYNX_28G
  34. tristate "Freescale Layerscape Lynx 28G SerDes PHY support"
  35. depends on OF
  36. depends on ARCH_LAYERSCAPE || COMPILE_TEST
  37. select GENERIC_PHY
  38. help
  39. Enable this to add support for the Lynx SerDes 28G PHY as
  40. found on NXP's Layerscape platforms such as LX2160A.
  41. Used to change the protocol running on SerDes lanes at runtime.
  42. Only useful for a restricted set of Ethernet protocols.