Kconfig 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Phy drivers for Broadcom platforms
  4. #
  5. menu "PHY drivers for Broadcom platforms"
  6. config PHY_BCM63XX_USBH
  7. tristate "BCM63xx USBH PHY driver"
  8. depends on BMIPS_GENERIC || COMPILE_TEST
  9. select GENERIC_PHY
  10. help
  11. Enable this to support the BCM63xx USBH PHY driver.
  12. If unsure, say N.
  13. config PHY_CYGNUS_PCIE
  14. tristate "Broadcom Cygnus PCIe PHY driver"
  15. depends on OF && (ARCH_BCM_CYGNUS || COMPILE_TEST)
  16. select GENERIC_PHY
  17. default ARCH_BCM_CYGNUS
  18. help
  19. Enable this to support the Broadcom Cygnus PCIe PHY.
  20. If unsure, say N.
  21. config PHY_BCM_SR_USB
  22. tristate "Broadcom Stingray USB PHY driver"
  23. depends on OF && (ARCH_BCM_IPROC || COMPILE_TEST)
  24. select GENERIC_PHY
  25. default ARCH_BCM_IPROC
  26. help
  27. Enable this to support the Broadcom Stingray USB PHY
  28. driver. It supports all versions of Superspeed and
  29. Highspeed PHYs.
  30. If unsure, say N.
  31. config BCM_KONA_USB2_PHY
  32. tristate "Broadcom Kona USB2 PHY Driver"
  33. depends on HAS_IOMEM
  34. select GENERIC_PHY
  35. help
  36. Enable this to support the Broadcom Kona USB 2.0 PHY.
  37. config PHY_BCM_NS_USB2
  38. tristate "Broadcom Northstar USB 2.0 PHY Driver"
  39. depends on ARCH_BCM_IPROC || COMPILE_TEST
  40. depends on HAS_IOMEM && OF
  41. select GENERIC_PHY
  42. help
  43. Enable this to support Broadcom USB 2.0 PHY connected to the USB
  44. controller on Northstar family.
  45. config PHY_BCM_NS_USB3
  46. tristate "Broadcom Northstar USB 3.0 PHY Driver"
  47. depends on ARCH_BCM_IPROC || COMPILE_TEST
  48. depends on HAS_IOMEM && OF
  49. depends on MDIO_BUS
  50. select GENERIC_PHY
  51. help
  52. Enable this to support Broadcom USB 3.0 PHY connected to the USB
  53. controller on Northstar family.
  54. config PHY_NS2_PCIE
  55. tristate "Broadcom Northstar2 PCIe PHY driver"
  56. depends on (OF && MDIO_BUS_MUX_BCM_IPROC) || (COMPILE_TEST && MDIO_BUS)
  57. select GENERIC_PHY
  58. default ARCH_BCM_IPROC
  59. help
  60. Enable this to support the Broadcom Northstar2 PCIe PHY.
  61. If unsure, say N.
  62. config PHY_NS2_USB_DRD
  63. tristate "Broadcom Northstar2 USB DRD PHY support"
  64. depends on OF && (ARCH_BCM_IPROC || COMPILE_TEST)
  65. select GENERIC_PHY
  66. select EXTCON
  67. default ARCH_BCM_IPROC
  68. help
  69. Enable this to support the Broadcom Northstar2 USB DRD PHY.
  70. This driver initializes the PHY in either HOST or DEVICE mode.
  71. The host or device configuration is read from device tree.
  72. If unsure, say N.
  73. config PHY_BRCM_SATA
  74. tristate "Broadcom SATA PHY driver"
  75. depends on ARCH_BRCMSTB || ARCH_BCM_IPROC || BMIPS_GENERIC || \
  76. ARCH_BCMBCA || COMPILE_TEST
  77. depends on OF
  78. select GENERIC_PHY
  79. default ARCH_BCM_IPROC
  80. help
  81. Enable this to support the Broadcom SATA PHY.
  82. If unsure, say N.
  83. config PHY_BRCM_USB
  84. tristate "Broadcom STB USB PHY driver"
  85. depends on ARCH_BCMBCA || ARCH_BRCMSTB || COMPILE_TEST
  86. depends on OF
  87. select GENERIC_PHY
  88. select SOC_BRCMSTB if ARCH_BRCMSTB
  89. default ARCH_BCMBCA || ARCH_BRCMSTB
  90. help
  91. Enable this to support the Broadcom STB USB PHY.
  92. This driver is required by the USB XHCI, EHCI and OHCI
  93. drivers.
  94. If unsure, say N.
  95. config PHY_BCM_SR_PCIE
  96. tristate "Broadcom Stingray PCIe PHY driver"
  97. depends on OF && (ARCH_BCM_IPROC || COMPILE_TEST)
  98. select GENERIC_PHY
  99. select MFD_SYSCON
  100. default ARCH_BCM_IPROC
  101. help
  102. Enable this to support the Broadcom Stingray PCIe PHY
  103. If unsure, say N.
  104. endmenu