Kconfig (cf9ce948f47640797bd19980e1d99c6d17d0bdc3) Kconfig (6411280ac94db94a09770807d3871d2661803604)
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 || \

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

116 select ZLIB_INFLATE
117 select LIBCRC32C
118 select MDIO
119 ---help---
120 This driver supports Broadcom NetXtremeII 10 gigabit Ethernet cards.
121 To compile this driver as a module, choose M here: the module
122 will be called bnx2x. This is recommended.
123
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 || \

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

116 select ZLIB_INFLATE
117 select LIBCRC32C
118 select MDIO
119 ---help---
120 This driver supports Broadcom NetXtremeII 10 gigabit Ethernet cards.
121 To compile this driver as a module, choose M here: the module
122 will be called bnx2x. This is recommended.
123
124config BNX2X_SRIOV
125 bool "Broadcom 578xx and 57712 SR-IOV support"
126 depends on BNX2X && PCI_IOV
127 default y
128 ---help---
129 This configuration parameter enables Single Root Input Output
130 Virtualization support in the 578xx and 57712 products. This
131 allows for virtual function acceleration in virtual environments.
132
124endif # NET_VENDOR_BROADCOM
133endif # NET_VENDOR_BROADCOM