brintos

brintos / linux-shallow public Read only

0
0
Text · 3.2 KiB · 1d89a2f Raw
118 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Phy drivers for Broadcom platforms4#5menu "PHY drivers for Broadcom platforms"6 7config PHY_BCM63XX_USBH8	tristate "BCM63xx USBH PHY driver"9	depends on BMIPS_GENERIC || COMPILE_TEST10	select GENERIC_PHY11	help12	  Enable this to support the BCM63xx USBH PHY driver.13	  If unsure, say N.14 15config PHY_CYGNUS_PCIE16	tristate "Broadcom Cygnus PCIe PHY driver"17	depends on OF && (ARCH_BCM_CYGNUS || COMPILE_TEST)18	select GENERIC_PHY19	default ARCH_BCM_CYGNUS20	help21	  Enable this to support the Broadcom Cygnus PCIe PHY.22	  If unsure, say N.23 24config PHY_BCM_SR_USB25	tristate "Broadcom Stingray USB PHY driver"26	depends on OF && (ARCH_BCM_IPROC || COMPILE_TEST)27	select GENERIC_PHY28	default ARCH_BCM_IPROC29	help30	  Enable this to support the Broadcom Stingray USB PHY31	  driver. It supports all versions of Superspeed and32	  Highspeed PHYs.33	  If unsure, say N.34 35config BCM_KONA_USB2_PHY36	tristate "Broadcom Kona USB2 PHY Driver"37	depends on HAS_IOMEM38	select GENERIC_PHY39	help40	  Enable this to support the Broadcom Kona USB 2.0 PHY.41 42config PHY_BCM_NS_USB243	tristate "Broadcom Northstar USB 2.0 PHY Driver"44	depends on ARCH_BCM_IPROC || COMPILE_TEST45	depends on HAS_IOMEM && OF46	select GENERIC_PHY47	help48	  Enable this to support Broadcom USB 2.0 PHY connected to the USB49	  controller on Northstar family.50 51config PHY_BCM_NS_USB352	tristate "Broadcom Northstar USB 3.0 PHY Driver"53	depends on ARCH_BCM_IPROC || COMPILE_TEST54	depends on HAS_IOMEM && OF55	depends on MDIO_BUS56	select GENERIC_PHY57	help58	  Enable this to support Broadcom USB 3.0 PHY connected to the USB59	  controller on Northstar family.60 61config PHY_NS2_PCIE62	tristate "Broadcom Northstar2 PCIe PHY driver"63	depends on (OF && MDIO_BUS_MUX_BCM_IPROC) || (COMPILE_TEST && MDIO_BUS)64	select GENERIC_PHY65	default ARCH_BCM_IPROC66	help67	  Enable this to support the Broadcom Northstar2 PCIe PHY.68	  If unsure, say N.69 70config PHY_NS2_USB_DRD71	tristate "Broadcom Northstar2 USB DRD PHY support"72	depends on OF && (ARCH_BCM_IPROC || COMPILE_TEST)73	select GENERIC_PHY74	select EXTCON75	default ARCH_BCM_IPROC76	help77	  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_SATA84	tristate "Broadcom SATA PHY driver"85	depends on ARCH_BRCMSTB || ARCH_BCM_IPROC || BMIPS_GENERIC || \86		   ARCH_BCMBCA || COMPILE_TEST87	depends on OF88	select GENERIC_PHY89	default ARCH_BCM_IPROC90	help91	  Enable this to support the Broadcom SATA PHY.92	  If unsure, say N.93 94config PHY_BRCM_USB95	tristate "Broadcom STB USB PHY driver"96	depends on ARCH_BCMBCA || ARCH_BRCMSTB || COMPILE_TEST97	depends on OF98	select GENERIC_PHY99	select SOC_BRCMSTB if ARCH_BRCMSTB100	default ARCH_BCMBCA || ARCH_BRCMSTB101	help102	  Enable this to support the Broadcom STB USB PHY.103	  This driver is required by the USB XHCI, EHCI and OHCI104	  drivers.105	  If unsure, say N.106 107config PHY_BCM_SR_PCIE108	tristate "Broadcom Stingray PCIe PHY driver"109	depends on OF && (ARCH_BCM_IPROC || COMPILE_TEST)110	select GENERIC_PHY111	select MFD_SYSCON112	default ARCH_BCM_IPROC113	help114	  Enable this to support the Broadcom Stingray PCIe PHY115	  If unsure, say N.116 117endmenu118