Linux Audio

Check our new training course

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