Kconfig (0b56e9a7e8358e59b21d8a425e463072bfae523c) Kconfig (787f24543c4a599e5d9d311a3fce839ce87bbff0)
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

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

39 tristate "Broadcom Northstar2 PCIe PHY driver"
40 depends on OF && MDIO_BUS_MUX_BCM_IPROC
41 select GENERIC_PHY
42 default ARCH_BCM_IPROC
43 help
44 Enable this to support the Broadcom Northstar2 PCIe PHY.
45 If unsure, say N.
46
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

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

39 tristate "Broadcom Northstar2 PCIe PHY driver"
40 depends on OF && MDIO_BUS_MUX_BCM_IPROC
41 select GENERIC_PHY
42 default ARCH_BCM_IPROC
43 help
44 Enable this to support the Broadcom Northstar2 PCIe PHY.
45 If unsure, say N.
46
47config PHY_NS2_USB_DRD
48 tristate "Broadcom Northstar2 USB DRD PHY support"
49 depends on OF && (ARCH_BCM_IPROC || COMPILE_TEST)
50 select GENERIC_PHY
51 select EXTCON
52 default ARCH_BCM_IPROC
53 help
54 Enable this to support the Broadcom Northstar2 USB DRD PHY.
55 This driver initializes the PHY in either HOST or DEVICE mode.
56 The host or device configuration is read from device tree.
57
58 If unsure, say N.
59
47config PHY_BRCM_SATA
48 tristate "Broadcom SATA PHY driver"
49 depends on ARCH_BRCMSTB || ARCH_BCM_IPROC || BMIPS_GENERIC || COMPILE_TEST
50 depends on OF
51 select GENERIC_PHY
52 default ARCH_BCM_IPROC
53 help
54 Enable this to support the Broadcom SATA PHY.
55 If unsure, say N.
60config PHY_BRCM_SATA
61 tristate "Broadcom SATA PHY driver"
62 depends on ARCH_BRCMSTB || ARCH_BCM_IPROC || BMIPS_GENERIC || COMPILE_TEST
63 depends on OF
64 select GENERIC_PHY
65 default ARCH_BCM_IPROC
66 help
67 Enable this to support the Broadcom SATA PHY.
68 If unsure, say N.