Kconfig (942baad211336efefb93a8369478888ab845c450) | Kconfig (118612d519d83b98ead11195a5c818f5e8904654) |
---|---|
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 --- 192 unchanged lines hidden (view full) --- 201 help 202 This driver supports the built-in Ethernet MACs found in the 203 Broadcom BCM7xxx Set Top Box family chipset using an internal 204 Ethernet switch. 205 206config BNXT 207 tristate "Broadcom NetXtreme-C/E support" 208 depends on PCI | 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 --- 192 unchanged lines hidden (view full) --- 201 help 202 This driver supports the built-in Ethernet MACs found in the 203 Broadcom BCM7xxx Set Top Box family chipset using an internal 204 Ethernet switch. 205 206config BNXT 207 tristate "Broadcom NetXtreme-C/E support" 208 depends on PCI |
209 imply PTP_1588_CLOCK |
|
209 select FW_LOADER 210 select LIBCRC32C 211 select NET_DEVLINK 212 select PAGE_POOL 213 select DIMLIB 214 help 215 This driver supports Broadcom NetXtreme-C/E 10/25/40/50 gigabit 216 Ethernet cards. To compile this driver as a module, choose M here: --- 39 unchanged lines hidden --- | 210 select FW_LOADER 211 select LIBCRC32C 212 select NET_DEVLINK 213 select PAGE_POOL 214 select DIMLIB 215 help 216 This driver supports Broadcom NetXtreme-C/E 10/25/40/50 gigabit 217 Ethernet cards. To compile this driver as a module, choose M here: --- 39 unchanged lines hidden --- |