Kconfig 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Phy drivers for Marvell platforms
  4. #
  5. config ARMADA375_USBCLUSTER_PHY
  6. bool "Armada 375 USB cluster PHY support" if COMPILE_TEST
  7. default y if MACH_ARMADA_375
  8. depends on OF && HAS_IOMEM
  9. select GENERIC_PHY
  10. config PHY_BERLIN_SATA
  11. tristate "Marvell Berlin SATA PHY driver"
  12. depends on ARCH_BERLIN || COMPILE_TEST
  13. depends on OF && HAS_IOMEM
  14. select GENERIC_PHY
  15. help
  16. Enable this to support the SATA PHY on Marvell Berlin SoCs.
  17. config PHY_BERLIN_USB
  18. tristate "Marvell Berlin USB PHY Driver"
  19. depends on ARCH_BERLIN || COMPILE_TEST
  20. depends on OF && HAS_IOMEM && RESET_CONTROLLER
  21. select GENERIC_PHY
  22. help
  23. Enable this to support the USB PHY on Marvell Berlin SoCs.
  24. config PHY_MVEBU_A3700_COMPHY
  25. tristate "Marvell A3700 comphy driver"
  26. depends on ARCH_MVEBU || COMPILE_TEST
  27. depends on OF
  28. depends on HAVE_ARM_SMCCC
  29. default y
  30. select GENERIC_PHY
  31. help
  32. This driver allows to control the comphy, a hardware block providing
  33. shared serdes PHYs on Marvell Armada 3700. Its serdes lanes can be
  34. used by various controllers: Ethernet, SATA, USB3, PCIe.
  35. config PHY_MVEBU_A3700_UTMI
  36. tristate "Marvell A3700 UTMI driver"
  37. depends on ARCH_MVEBU || COMPILE_TEST
  38. depends on OF
  39. default y
  40. select GENERIC_PHY
  41. help
  42. Enable this to support Marvell A3700 UTMI PHY driver.
  43. config PHY_MVEBU_A38X_COMPHY
  44. tristate "Marvell Armada 38x comphy driver"
  45. depends on ARCH_MVEBU || COMPILE_TEST
  46. depends on OF
  47. select GENERIC_PHY
  48. help
  49. This driver allows to control the comphy, an hardware block providing
  50. shared serdes PHYs on Marvell Armada 38x. Its serdes lanes can be
  51. used by various controllers (Ethernet, sata, usb, PCIe...).
  52. config PHY_MVEBU_CP110_COMPHY
  53. tristate "Marvell CP110 comphy driver"
  54. depends on ARCH_MVEBU || COMPILE_TEST
  55. depends on OF
  56. depends on HAVE_ARM_SMCCC
  57. select GENERIC_PHY
  58. help
  59. This driver allows to control the comphy, an hardware block providing
  60. shared serdes PHYs on Marvell Armada 7k/8k (in the CP110). Its serdes
  61. lanes can be used by various controllers (Ethernet, sata, usb,
  62. PCIe...).
  63. config PHY_MVEBU_CP110_UTMI
  64. tristate "Marvell CP110 UTMI driver"
  65. depends on ARCH_MVEBU || COMPILE_TEST
  66. depends on OF && USB_COMMON
  67. select GENERIC_PHY
  68. help
  69. Enable this to support Marvell CP110 UTMI PHY driver.
  70. config PHY_MVEBU_SATA
  71. def_bool y
  72. depends on ARCH_DOVE || MACH_DOVE || MACH_KIRKWOOD
  73. depends on OF
  74. select GENERIC_PHY
  75. config PHY_PXA_28NM_HSIC
  76. tristate "Marvell USB HSIC 28nm PHY Driver"
  77. depends on HAS_IOMEM
  78. select GENERIC_PHY
  79. help
  80. Enable this to support Marvell USB HSIC PHY driver for Marvell
  81. SoC. This driver will do the PHY initialization and shutdown.
  82. The PHY driver will be used by Marvell ehci driver.
  83. To compile this driver as a module, choose M here.
  84. config PHY_PXA_28NM_USB2
  85. tristate "Marvell USB 2.0 28nm PHY Driver"
  86. depends on HAS_IOMEM
  87. select GENERIC_PHY
  88. help
  89. Enable this to support Marvell USB 2.0 PHY driver for Marvell
  90. SoC. This driver will do the PHY initialization and shutdown.
  91. The PHY driver will be used by Marvell udc/ehci/otg driver.
  92. To compile this driver as a module, choose M here.
  93. config PHY_PXA_USB
  94. tristate "Marvell PXA USB PHY Driver"
  95. depends on ARCH_PXA || ARCH_MMP || COMPILE_TEST
  96. select GENERIC_PHY
  97. help
  98. Enable this to support Marvell PXA USB PHY driver for Marvell
  99. SoC. This driver will do the PHY initialization and shutdown.
  100. The PHY driver will be used by Marvell udc/ehci/otg driver.
  101. To compile this driver as a module, choose M here.
  102. config PHY_MMP3_USB
  103. tristate "Marvell MMP3 USB PHY Driver"
  104. depends on MACH_MMP3_DT || COMPILE_TEST
  105. select GENERIC_PHY
  106. help
  107. Enable this to support Marvell MMP3 USB PHY driver for Marvell
  108. SoC. This driver will do the PHY initialization and shutdown.
  109. The PHY driver will be used by Marvell udc/ehci/otg driver.
  110. To compile this driver as a module, choose M here.
  111. config PHY_MMP3_HSIC
  112. tristate "Marvell MMP3 USB HSIC PHY Driver"
  113. depends on MACH_MMP3_DT || COMPILE_TEST
  114. select GENERIC_PHY
  115. help
  116. Enable this to support Marvell MMP3 USB HSIC PHY driver for
  117. Marvell MMP3 SoC. This driver will be used my the Marvell EHCI
  118. driver to initialize the interface to internal USB HSIC
  119. components on MMP3-based boards.
  120. To compile this driver as a module, choose M here.