Kconfig (664b0bae0b87f69bc9deb098f5e0158b9cf18e04) Kconfig (92696a89cd3f9c878182c00cae60fb7a0056cc30)
1#
2# Phy drivers for Broadcom platforms
3#
4config PHY_CYGNUS_PCIE
5 tristate "Broadcom Cygnus PCIe PHY driver"
6 depends on OF && (ARCH_BCM_CYGNUS || COMPILE_TEST)
7 select GENERIC_PHY
8 default ARCH_BCM_CYGNUS

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

75 select GENERIC_PHY
76 select SOC_BRCMSTB
77 default ARCH_BRCMSTB
78 help
79 Enable this to support the Broadcom STB USB PHY.
80 This driver is required by the USB XHCI, EHCI and OHCI
81 drivers.
82 If unsure, say N.
1#
2# Phy drivers for Broadcom platforms
3#
4config PHY_CYGNUS_PCIE
5 tristate "Broadcom Cygnus PCIe PHY driver"
6 depends on OF && (ARCH_BCM_CYGNUS || COMPILE_TEST)
7 select GENERIC_PHY
8 default ARCH_BCM_CYGNUS

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

75 select GENERIC_PHY
76 select SOC_BRCMSTB
77 default ARCH_BRCMSTB
78 help
79 Enable this to support the Broadcom STB USB PHY.
80 This driver is required by the USB XHCI, EHCI and OHCI
81 drivers.
82 If unsure, say N.
83
84config PHY_BCM_SR_PCIE
85 tristate "Broadcom Stingray PCIe PHY driver"
86 depends on OF && (ARCH_BCM_IPROC || COMPILE_TEST)
87 select GENERIC_PHY
88 select MFD_SYSCON
89 default ARCH_BCM_IPROC
90 help
91 Enable this to support the Broadcom Stingray PCIe PHY
92 If unsure, say N.