Kconfig (8dd06ef34b6e2f41b29fbf5fc1663780f2524285) | Kconfig (783f6d3dcf35f7b63783756710bebcecb3067f83) |
---|---|
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# |
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 |
|
5config PHY_CYGNUS_PCIE 6 tristate "Broadcom Cygnus PCIe PHY driver" 7 depends on OF && (ARCH_BCM_CYGNUS || COMPILE_TEST) 8 select GENERIC_PHY 9 default ARCH_BCM_CYGNUS 10 help 11 Enable this to support the Broadcom Cygnus PCIe PHY. 12 If unsure, say N. --- 93 unchanged lines hidden --- | 13config 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. --- 93 unchanged lines hidden --- |