Kconfig (36452b8ba02a62445847a29779dc581eb4cfeddd) Kconfig (00fb3a7c7c14dd28feb0372a8458267e058add66)
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 || \

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

179 default ARCH_BCM_IPROC
180 ---help---
181 Say Y here if you want to use the Broadcom iProc Gigabit Ethernet
182 controller through the generic platform interface
183
184config SYSTEMPORT
185 tristate "Broadcom SYSTEMPORT internal MAC support"
186 depends on OF
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 || \

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

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

--- 40 unchanged lines hidden ---
188 select MII
189 select PHYLIB
190 select FIXED_PHY
191 help
192 This driver supports the built-in Ethernet MACs found in the
193 Broadcom BCM7xxx Set Top Box family chipset using an internal
194 Ethernet switch.
195

--- 40 unchanged lines hidden ---