Kconfig (8be98d2f2a0a262f8bf8a0bc1fdf522b3c7aab17) Kconfig (34356d113bdc62ff68cf7b760ef98580aafdc60c)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Phy drivers for Broadcom platforms
4#
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Phy drivers for Broadcom platforms
4#
5menu "PHY drivers for Broadcom platforms"
6
5config 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

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

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.
7config PHY_BCM63XX_USBH
8 tristate "BCM63xx USBH PHY driver"
9 depends on BMIPS_GENERIC || COMPILE_TEST
10 select GENERIC_PHY
11 help
12 Enable this to support the BCM63xx USBH PHY driver.
13 If unsure, say N.
14

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

109 tristate "Broadcom Stingray PCIe PHY driver"
110 depends on OF && (ARCH_BCM_IPROC || COMPILE_TEST)
111 select GENERIC_PHY
112 select MFD_SYSCON
113 default ARCH_BCM_IPROC
114 help
115 Enable this to support the Broadcom Stingray PCIe PHY
116 If unsure, say N.
117
118endmenu