Kconfig (64282ea2d2a90437c0739ce016b80a1dec16507e) Kconfig (245db3c349e0b413e0fec8d6179f6b767649ad63)
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

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

25 help
26 Enable this to support Broadcom USB 2.0 PHY connected to the USB
27 controller on Northstar family.
28
29config PHY_BCM_NS_USB3
30 tristate "Broadcom Northstar USB 3.0 PHY Driver"
31 depends on ARCH_BCM_IPROC || COMPILE_TEST
32 depends on HAS_IOMEM && OF
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

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

25 help
26 Enable this to support Broadcom USB 2.0 PHY connected to the USB
27 controller on Northstar family.
28
29config PHY_BCM_NS_USB3
30 tristate "Broadcom Northstar USB 3.0 PHY Driver"
31 depends on ARCH_BCM_IPROC || COMPILE_TEST
32 depends on HAS_IOMEM && OF
33 depends on MDIO_BUS
33 select GENERIC_PHY
34 select GENERIC_PHY
34 select MDIO_DEVICE
35 help
36 Enable this to support Broadcom USB 3.0 PHY connected to the USB
37 controller on Northstar family.
38
39config PHY_NS2_PCIE
40 tristate "Broadcom Northstar2 PCIe PHY driver"
41 depends on OF && MDIO_BUS_MUX_BCM_IPROC
42 select GENERIC_PHY

--- 27 unchanged lines hidden ---
35 help
36 Enable this to support Broadcom USB 3.0 PHY connected to the USB
37 controller on Northstar family.
38
39config PHY_NS2_PCIE
40 tristate "Broadcom Northstar2 PCIe PHY driver"
41 depends on OF && MDIO_BUS_MUX_BCM_IPROC
42 select GENERIC_PHY

--- 27 unchanged lines hidden ---