| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | # |
|---|
| 2 | 3 | # Phy drivers for Broadcom platforms |
|---|
| 3 | 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 | + |
|---|
| 4 | 13 | config PHY_CYGNUS_PCIE |
|---|
| 5 | 14 | tristate "Broadcom Cygnus PCIe PHY driver" |
|---|
| 6 | 15 | depends on OF && (ARCH_BCM_CYGNUS || COMPILE_TEST) |
|---|
| .. | .. |
|---|
| 8 | 17 | default ARCH_BCM_CYGNUS |
|---|
| 9 | 18 | help |
|---|
| 10 | 19 | Enable this to support the Broadcom Cygnus PCIe PHY. |
|---|
| 20 | + If unsure, say N. |
|---|
| 21 | + |
|---|
| 22 | +config PHY_BCM_SR_USB |
|---|
| 23 | + tristate "Broadcom Stingray USB PHY driver" |
|---|
| 24 | + depends on OF && (ARCH_BCM_IPROC || COMPILE_TEST) |
|---|
| 25 | + select GENERIC_PHY |
|---|
| 26 | + default ARCH_BCM_IPROC |
|---|
| 27 | + help |
|---|
| 28 | + Enable this to support the Broadcom Stingray USB PHY |
|---|
| 29 | + driver. It supports all versions of Superspeed and |
|---|
| 30 | + Highspeed PHYs. |
|---|
| 11 | 31 | If unsure, say N. |
|---|
| 12 | 32 | |
|---|
| 13 | 33 | config BCM_KONA_USB2_PHY |
|---|
| .. | .. |
|---|
| 38 | 58 | |
|---|
| 39 | 59 | config PHY_NS2_PCIE |
|---|
| 40 | 60 | tristate "Broadcom Northstar2 PCIe PHY driver" |
|---|
| 41 | | - depends on OF && MDIO_BUS_MUX_BCM_IPROC |
|---|
| 61 | + depends on (OF && MDIO_BUS_MUX_BCM_IPROC) || (COMPILE_TEST && MDIO_BUS) |
|---|
| 42 | 62 | select GENERIC_PHY |
|---|
| 43 | 63 | default ARCH_BCM_IPROC |
|---|
| 44 | 64 | help |
|---|
| .. | .. |
|---|
| 71 | 91 | |
|---|
| 72 | 92 | config PHY_BRCM_USB |
|---|
| 73 | 93 | tristate "Broadcom STB USB PHY driver" |
|---|
| 74 | | - depends on ARCH_BRCMSTB |
|---|
| 94 | + depends on ARCH_BRCMSTB || COMPILE_TEST |
|---|
| 75 | 95 | depends on OF |
|---|
| 76 | 96 | select GENERIC_PHY |
|---|
| 77 | 97 | select SOC_BRCMSTB |
|---|