Kconfig (a976c2951d8f376112361830aa7762beff83a205) Kconfig (4ab0c6a8ffd7d25475dd9eb06614eec1ae53a443)
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 || \

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

188 help
189 This driver supports the built-in Ethernet MACs found in the
190 Broadcom BCM7xxx Set Top Box family chipset using an internal
191 Ethernet switch.
192
193config BNXT
194 tristate "Broadcom NetXtreme-C/E support"
195 depends on PCI
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 || \

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

188 help
189 This driver supports the built-in Ethernet MACs found in the
190 Broadcom BCM7xxx Set Top Box family chipset using an internal
191 Ethernet switch.
192
193config BNXT
194 tristate "Broadcom NetXtreme-C/E support"
195 depends on PCI
196 depends on MAY_USE_DEVLINK
196 select FW_LOADER
197 select LIBCRC32C
198 ---help---
199 This driver supports Broadcom NetXtreme-C/E 10/25/40/50 gigabit
200 Ethernet cards. To compile this driver as a module, choose M here:
201 the module will be called bnxt_en. This is recommended.
202
203config BNXT_SRIOV

--- 19 unchanged lines hidden ---
197 select FW_LOADER
198 select LIBCRC32C
199 ---help---
200 This driver supports Broadcom NetXtreme-C/E 10/25/40/50 gigabit
201 Ethernet cards. To compile this driver as a module, choose M here:
202 the module will be called bnxt_en. This is recommended.
203
204config BNXT_SRIOV

--- 19 unchanged lines hidden ---