Kconfig 3.1 KB

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