Kconfig 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. config PHY_FSL_IMX8QM_HSIO
  33. tristate "Freescale i.MX8QM HSIO PHY"
  34. depends on OF && HAS_IOMEM
  35. select GENERIC_PHY
  36. help
  37. Enable this to add support for the HSIO PHY as found on
  38. i.MX8QM family of SOCs.
  39. config PHY_FSL_SAMSUNG_HDMI_PHY
  40. tristate "Samsung HDMI PHY support"
  41. depends on OF && HAS_IOMEM && COMMON_CLK
  42. help
  43. Enable this to add support for the Samsung HDMI PHY in i.MX8MP.
  44. endif
  45. config PHY_FSL_LYNX_28G
  46. tristate "Freescale Layerscape Lynx 28G SerDes PHY support"
  47. depends on OF
  48. depends on ARCH_LAYERSCAPE || COMPILE_TEST
  49. select GENERIC_PHY
  50. help
  51. Enable this to add support for the Lynx SerDes 28G PHY as
  52. found on NXP's Layerscape platforms such as LX2160A.
  53. Used to change the protocol running on SerDes lanes at runtime.
  54. Only useful for a restricted set of Ethernet protocols.