Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Vivek Gautam | 0b56e9a | 2017-05-11 12:17:42 +0530 | [diff] [blame] | 2 | # |
| 3 | # Phy drivers for Broadcom platforms |
| 4 | # |
Álvaro Fernández Rojas | 783f6d3 | 2020-07-20 15:12:09 +0200 | [diff] [blame] | 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 | |
Vivek Gautam | 0b56e9a | 2017-05-11 12:17:42 +0530 | [diff] [blame] | 13 | config PHY_CYGNUS_PCIE |
| 14 | tristate "Broadcom Cygnus PCIe PHY driver" |
| 15 | depends on OF && (ARCH_BCM_CYGNUS || COMPILE_TEST) |
| 16 | select GENERIC_PHY |
| 17 | default ARCH_BCM_CYGNUS |
| 18 | help |
| 19 | Enable this to support the Broadcom Cygnus PCIe PHY. |
| 20 | If unsure, say N. |
| 21 | |
Srinath Mannam | 4dcddbb | 2019-03-19 14:45:43 +0530 | [diff] [blame] | 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. |
| 31 | If unsure, say N. |
| 32 | |
Vivek Gautam | 0b56e9a | 2017-05-11 12:17:42 +0530 | [diff] [blame] | 33 | config BCM_KONA_USB2_PHY |
| 34 | tristate "Broadcom Kona USB2 PHY Driver" |
| 35 | depends on HAS_IOMEM |
| 36 | select GENERIC_PHY |
| 37 | help |
| 38 | Enable this to support the Broadcom Kona USB 2.0 PHY. |
| 39 | |
| 40 | config PHY_BCM_NS_USB2 |
| 41 | tristate "Broadcom Northstar USB 2.0 PHY Driver" |
| 42 | depends on ARCH_BCM_IPROC || COMPILE_TEST |
| 43 | depends on HAS_IOMEM && OF |
| 44 | select GENERIC_PHY |
| 45 | help |
| 46 | Enable this to support Broadcom USB 2.0 PHY connected to the USB |
| 47 | controller on Northstar family. |
| 48 | |
| 49 | config PHY_BCM_NS_USB3 |
| 50 | tristate "Broadcom Northstar USB 3.0 PHY Driver" |
| 51 | depends on ARCH_BCM_IPROC || COMPILE_TEST |
| 52 | depends on HAS_IOMEM && OF |
Arnd Bergmann | 245db3c | 2017-07-26 17:14:00 +0200 | [diff] [blame] | 53 | depends on MDIO_BUS |
Vivek Gautam | 0b56e9a | 2017-05-11 12:17:42 +0530 | [diff] [blame] | 54 | select GENERIC_PHY |
| 55 | help |
| 56 | Enable this to support Broadcom USB 3.0 PHY connected to the USB |
| 57 | controller on Northstar family. |
| 58 | |
| 59 | config PHY_NS2_PCIE |
| 60 | tristate "Broadcom Northstar2 PCIe PHY driver" |
Krzysztof Kozlowski | 203b7ee | 2020-01-03 17:47:10 +0100 | [diff] [blame] | 61 | depends on (OF && MDIO_BUS_MUX_BCM_IPROC) || (COMPILE_TEST && MDIO_BUS) |
Vivek Gautam | 0b56e9a | 2017-05-11 12:17:42 +0530 | [diff] [blame] | 62 | select GENERIC_PHY |
| 63 | default ARCH_BCM_IPROC |
| 64 | help |
| 65 | Enable this to support the Broadcom Northstar2 PCIe PHY. |
| 66 | If unsure, say N. |
| 67 | |
Raviteja Garimella | 787f245 | 2017-06-09 17:13:01 +0530 | [diff] [blame] | 68 | config PHY_NS2_USB_DRD |
| 69 | tristate "Broadcom Northstar2 USB DRD PHY support" |
| 70 | depends on OF && (ARCH_BCM_IPROC || COMPILE_TEST) |
| 71 | select GENERIC_PHY |
| 72 | select EXTCON |
| 73 | default ARCH_BCM_IPROC |
| 74 | help |
| 75 | Enable this to support the Broadcom Northstar2 USB DRD PHY. |
| 76 | This driver initializes the PHY in either HOST or DEVICE mode. |
| 77 | The host or device configuration is read from device tree. |
| 78 | |
| 79 | If unsure, say N. |
| 80 | |
Vivek Gautam | 0b56e9a | 2017-05-11 12:17:42 +0530 | [diff] [blame] | 81 | config PHY_BRCM_SATA |
| 82 | tristate "Broadcom SATA PHY driver" |
Florian Fainelli | 26728df | 2018-09-20 12:16:36 -0700 | [diff] [blame] | 83 | depends on ARCH_BRCMSTB || ARCH_BCM_IPROC || BMIPS_GENERIC || \ |
| 84 | ARCH_BCM_63XX || COMPILE_TEST |
Vivek Gautam | 0b56e9a | 2017-05-11 12:17:42 +0530 | [diff] [blame] | 85 | depends on OF |
| 86 | select GENERIC_PHY |
| 87 | default ARCH_BCM_IPROC |
| 88 | help |
| 89 | Enable this to support the Broadcom SATA PHY. |
| 90 | If unsure, say N. |
Al Cooper | 49859e5 | 2017-09-22 15:34:01 -0400 | [diff] [blame] | 91 | |
| 92 | config PHY_BRCM_USB |
| 93 | tristate "Broadcom STB USB PHY driver" |
Rafał Miłecki | 4b402fa | 2021-01-06 21:58:38 +0100 | [diff] [blame] | 94 | depends on ARCH_BCM4908 || ARCH_BRCMSTB || COMPILE_TEST |
Al Cooper | 49859e5 | 2017-09-22 15:34:01 -0400 | [diff] [blame] | 95 | depends on OF |
| 96 | select GENERIC_PHY |
Rafał Miłecki | 261ab1f | 2021-03-05 16:24:06 +0100 | [diff] [blame^] | 97 | select SOC_BRCMSTB if ARCH_BRCMSTB |
Rafał Miłecki | 4b402fa | 2021-01-06 21:58:38 +0100 | [diff] [blame] | 98 | default ARCH_BCM4908 |
Al Cooper | 49859e5 | 2017-09-22 15:34:01 -0400 | [diff] [blame] | 99 | default ARCH_BRCMSTB |
| 100 | help |
| 101 | Enable this to support the Broadcom STB USB PHY. |
| 102 | This driver is required by the USB XHCI, EHCI and OHCI |
| 103 | drivers. |
| 104 | If unsure, say N. |
Ray Jui | 92696a8 | 2018-07-06 17:18:33 -0700 | [diff] [blame] | 105 | |
| 106 | config PHY_BCM_SR_PCIE |
| 107 | tristate "Broadcom Stingray PCIe PHY driver" |
| 108 | depends on OF && (ARCH_BCM_IPROC || COMPILE_TEST) |
| 109 | select GENERIC_PHY |
| 110 | select MFD_SYSCON |
| 111 | default ARCH_BCM_IPROC |
| 112 | help |
| 113 | Enable this to support the Broadcom Stingray PCIe PHY |
| 114 | If unsure, say N. |