Kconfig (2ef38e380ea6a80fed5be21e9f7af31c02dea09e) Kconfig (322b87ca55f2f3936ec9f9de438ef9b2115b5c9b)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Broadcom device configuration
4#
5
6config NET_VENDOR_BROADCOM
7 bool "Broadcom devices"
8 default y

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

194 Ethernet switch.
195
196config BNXT
197 tristate "Broadcom NetXtreme-C/E support"
198 depends on PCI
199 select FW_LOADER
200 select LIBCRC32C
201 select NET_DEVLINK
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Broadcom device configuration
4#
5
6config NET_VENDOR_BROADCOM
7 bool "Broadcom devices"
8 default y

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

194 Ethernet switch.
195
196config BNXT
197 tristate "Broadcom NetXtreme-C/E support"
198 depends on PCI
199 select FW_LOADER
200 select LIBCRC32C
201 select NET_DEVLINK
202 select PAGE_POOL
202 ---help---
203 This driver supports Broadcom NetXtreme-C/E 10/25/40/50 gigabit
204 Ethernet cards. To compile this driver as a module, choose M here:
205 the module will be called bnxt_en. This is recommended.
206
207config BNXT_SRIOV
208 bool "Broadcom NetXtreme-C/E SR-IOV support"
209 depends on BNXT && PCI_IOV

--- 34 unchanged lines hidden ---
203 ---help---
204 This driver supports Broadcom NetXtreme-C/E 10/25/40/50 gigabit
205 Ethernet cards. To compile this driver as a module, choose M here:
206 the module will be called bnxt_en. This is recommended.
207
208config BNXT_SRIOV
209 bool "Broadcom NetXtreme-C/E SR-IOV support"
210 depends on BNXT && PCI_IOV

--- 34 unchanged lines hidden ---