Kconfig 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Phy drivers for Amlogic platforms
  4. #
  5. config PHY_MESON8B_USB2
  6. tristate "Meson8, Meson8b, Meson8m2 and GXBB USB2 PHY driver"
  7. default ARCH_MESON
  8. depends on OF && (ARCH_MESON || COMPILE_TEST)
  9. depends on USB_SUPPORT
  10. select USB_COMMON
  11. select GENERIC_PHY
  12. select REGMAP_MMIO
  13. help
  14. Enable this to support the Meson USB2 PHYs found in Meson8,
  15. Meson8b and GXBB SoCs.
  16. If unsure, say N.
  17. config PHY_MESON_GXL_USB2
  18. tristate "Meson GXL and GXM USB2 PHY drivers"
  19. default ARCH_MESON
  20. depends on OF && (ARCH_MESON || COMPILE_TEST)
  21. depends on USB_SUPPORT
  22. select GENERIC_PHY
  23. select REGMAP_MMIO
  24. help
  25. Enable this to support the Meson USB2 PHYs found in Meson
  26. GXL and GXM SoCs.
  27. If unsure, say N.
  28. config PHY_MESON_G12A_USB2
  29. tristate "Meson G12A USB2 PHY driver"
  30. default ARCH_MESON
  31. depends on OF && (ARCH_MESON || COMPILE_TEST)
  32. select GENERIC_PHY
  33. select REGMAP_MMIO
  34. help
  35. Enable this to support the Meson USB2 PHYs found in Meson
  36. G12A SoCs.
  37. If unsure, say N.
  38. config PHY_MESON_G12A_USB3_PCIE
  39. tristate "Meson G12A USB3+PCIE Combo PHY driver"
  40. default ARCH_MESON
  41. depends on OF && (ARCH_MESON || COMPILE_TEST)
  42. select GENERIC_PHY
  43. select REGMAP_MMIO
  44. help
  45. Enable this to support the Meson USB3 + PCIE Combo PHY found
  46. in Meson G12A SoCs.
  47. If unsure, say N.
  48. config PHY_MESON_AXG_PCIE
  49. tristate "Meson AXG PCIE PHY driver"
  50. default ARCH_MESON
  51. depends on OF && (ARCH_MESON || COMPILE_TEST)
  52. select GENERIC_PHY
  53. select REGMAP_MMIO
  54. help
  55. Enable this to support the Meson MIPI + PCIE PHY found
  56. in Meson AXG SoCs.
  57. If unsure, say N.
  58. config PHY_MESON_AXG_MIPI_PCIE_ANALOG
  59. tristate "Meson AXG MIPI + PCIE analog PHY driver"
  60. default ARCH_MESON
  61. depends on OF && (ARCH_MESON || COMPILE_TEST)
  62. select GENERIC_PHY
  63. select REGMAP_MMIO
  64. help
  65. Enable this to support the Meson MIPI + PCIE analog PHY
  66. found in Meson AXG SoCs.
  67. If unsure, say N.