Kconfig (67ece13ffe862f9d17a144c6cd3feef88a57db13) Kconfig (7f7b7574555e2189135098885208821d0acd4850)
1#
2# Broadcom device configuration
3#
4
5config NET_VENDOR_BROADCOM
6 bool "Broadcom devices"
7 default y
8 depends on (SSB_POSSIBLE && HAS_DMA) || PCI || BCM63XX || \

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

56 select MII
57 select PHYLIB
58 help
59 This driver supports the ethernet MACs in the Broadcom 63xx
60 MIPS chipset family (BCM63XX).
61
62config BCMGENET
63 tristate "Broadcom GENET internal MAC support"
1#
2# Broadcom device configuration
3#
4
5config NET_VENDOR_BROADCOM
6 bool "Broadcom devices"
7 default y
8 depends on (SSB_POSSIBLE && HAS_DMA) || PCI || BCM63XX || \

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

56 select MII
57 select PHYLIB
58 help
59 This driver supports the ethernet MACs in the Broadcom 63xx
60 MIPS chipset family (BCM63XX).
61
62config BCMGENET
63 tristate "Broadcom GENET internal MAC support"
64 depends on OF && HAS_IOMEM
64 depends on HAS_IOMEM
65 select MII
66 select PHYLIB
67 select FIXED_PHY
68 select BCM7XXX_PHY
69 select MDIO_BCM_UNIMAC
70 help
71 This driver supports the built-in Ethernet MACs found in the
72 Broadcom BCM7xxx Set Top Box family chipset.

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

176 select FIXED_PHY
177 default ARCH_BCM_IPROC
178 ---help---
179 Say Y here if you want to use the Broadcom iProc Gigabit Ethernet
180 controller through the generic platform interface
181
182config SYSTEMPORT
183 tristate "Broadcom SYSTEMPORT internal MAC support"
65 select MII
66 select PHYLIB
67 select FIXED_PHY
68 select BCM7XXX_PHY
69 select MDIO_BCM_UNIMAC
70 help
71 This driver supports the built-in Ethernet MACs found in the
72 Broadcom BCM7xxx Set Top Box family chipset.

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

176 select FIXED_PHY
177 default ARCH_BCM_IPROC
178 ---help---
179 Say Y here if you want to use the Broadcom iProc Gigabit Ethernet
180 controller through the generic platform interface
181
182config SYSTEMPORT
183 tristate "Broadcom SYSTEMPORT internal MAC support"
184 depends on OF
184 depends on HAS_IOMEM
185 depends on NET_DSA || !NET_DSA
186 select MII
187 select PHYLIB
188 select FIXED_PHY
189 help
190 This driver supports the built-in Ethernet MACs found in the
191 Broadcom BCM7xxx Set Top Box family chipset using an internal
192 Ethernet switch.

--- 41 unchanged lines hidden ---
185 depends on NET_DSA || !NET_DSA
186 select MII
187 select PHYLIB
188 select FIXED_PHY
189 help
190 This driver supports the built-in Ethernet MACs found in the
191 Broadcom BCM7xxx Set Top Box family chipset using an internal
192 Ethernet switch.

--- 41 unchanged lines hidden ---