Kconfig (58e16d792a6a8c6b750f637a4649967fcac853dc) Kconfig (203b7ee14d3a38f1b8c44dd86ce0313d8fc4107d)
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

--- 36 unchanged lines hidden (view full) ---

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"
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

--- 36 unchanged lines hidden (view full) ---

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
53 depends on (OF && MDIO_BUS_MUX_BCM_IPROC) || (COMPILE_TEST && MDIO_BUS)
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"

--- 16 unchanged lines hidden (view full) ---

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"
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"

--- 16 unchanged lines hidden (view full) ---

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
86 depends on ARCH_BRCMSTB || COMPILE_TEST
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.
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.