Kconfig (03ab8e6297acd1bc0eedaa050e2a1635c576fd11) Kconfig (f6ef5f4787d44348d5152c8007011da3b72e64d6)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Phy drivers for Broadcom platforms
4#
5menu "PHY drivers for Broadcom platforms"
6
7config PHY_BCM63XX_USBH
8 tristate "BCM63xx USBH PHY driver"

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

78 This driver initializes the PHY in either HOST or DEVICE mode.
79 The host or device configuration is read from device tree.
80
81 If unsure, say N.
82
83config PHY_BRCM_SATA
84 tristate "Broadcom SATA PHY driver"
85 depends on ARCH_BRCMSTB || ARCH_BCM_IPROC || BMIPS_GENERIC || \
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Phy drivers for Broadcom platforms
4#
5menu "PHY drivers for Broadcom platforms"
6
7config PHY_BCM63XX_USBH
8 tristate "BCM63xx USBH PHY driver"

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

78 This driver initializes the PHY in either HOST or DEVICE mode.
79 The host or device configuration is read from device tree.
80
81 If unsure, say N.
82
83config PHY_BRCM_SATA
84 tristate "Broadcom SATA PHY driver"
85 depends on ARCH_BRCMSTB || ARCH_BCM_IPROC || BMIPS_GENERIC || \
86 ARCH_BCM_63XX || COMPILE_TEST
86 ARCH_BCMBCA || COMPILE_TEST
87 depends on OF
88 select GENERIC_PHY
89 default ARCH_BCM_IPROC
90 help
91 Enable this to support the Broadcom SATA PHY.
92 If unsure, say N.
93
94config PHY_BRCM_USB

--- 23 unchanged lines hidden ---
87 depends on OF
88 select GENERIC_PHY
89 default ARCH_BCM_IPROC
90 help
91 Enable this to support the Broadcom SATA PHY.
92 If unsure, say N.
93
94config PHY_BRCM_USB

--- 23 unchanged lines hidden ---