blob: fd92b73b710951fa69848ed76662d2fa18a6906b [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Vivek Gautam0b56e9a2017-05-11 12:17:42 +05302#
3# Phy drivers for Broadcom platforms
4#
Álvaro Fernández Rojas783f6d32020-07-20 15:12:09 +02005config 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 Gautam0b56e9a2017-05-11 12:17:42 +053013config 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 Mannam4dcddbb2019-03-19 14:45:43 +053022config 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 Gautam0b56e9a2017-05-11 12:17:42 +053033config 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
40config 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
49config 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 Bergmann245db3c2017-07-26 17:14:00 +020053 depends on MDIO_BUS
Vivek Gautam0b56e9a2017-05-11 12:17:42 +053054 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
59config PHY_NS2_PCIE
60 tristate "Broadcom Northstar2 PCIe PHY driver"
Krzysztof Kozlowski203b7ee2020-01-03 17:47:10 +010061 depends on (OF && MDIO_BUS_MUX_BCM_IPROC) || (COMPILE_TEST && MDIO_BUS)
Vivek Gautam0b56e9a2017-05-11 12:17:42 +053062 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 Garimella787f2452017-06-09 17:13:01 +053068config 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 Gautam0b56e9a2017-05-11 12:17:42 +053081config PHY_BRCM_SATA
82 tristate "Broadcom SATA PHY driver"
Florian Fainelli26728df2018-09-20 12:16:36 -070083 depends on ARCH_BRCMSTB || ARCH_BCM_IPROC || BMIPS_GENERIC || \
84 ARCH_BCM_63XX || COMPILE_TEST
Vivek Gautam0b56e9a2017-05-11 12:17:42 +053085 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 Cooper49859e52017-09-22 15:34:01 -040091
92config PHY_BRCM_USB
93 tristate "Broadcom STB USB PHY driver"
Rafał Miłecki4b402fa2021-01-06 21:58:38 +010094 depends on ARCH_BCM4908 || ARCH_BRCMSTB || COMPILE_TEST
Al Cooper49859e52017-09-22 15:34:01 -040095 depends on OF
96 select GENERIC_PHY
Rafał Miłecki261ab1f2021-03-05 16:24:06 +010097 select SOC_BRCMSTB if ARCH_BRCMSTB
Rafał Miłecki4b402fa2021-01-06 21:58:38 +010098 default ARCH_BCM4908
Al Cooper49859e52017-09-22 15:34:01 -040099 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 Jui92696a82018-07-06 17:18:33 -0700105
106config 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.