Kconfig (3eb66e91a25497065c5322b1268cbc3953642227) | Kconfig (f4b6bcc7002f0e3a3428bac33cf1945abff95450) |
---|---|
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 || \ --- 180 unchanged lines hidden (view full) --- 189 help 190 This driver supports the built-in Ethernet MACs found in the 191 Broadcom BCM7xxx Set Top Box family chipset using an internal 192 Ethernet switch. 193 194config BNXT 195 tristate "Broadcom NetXtreme-C/E support" 196 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 || \ --- 180 unchanged lines hidden (view full) --- 189 help 190 This driver supports the built-in Ethernet MACs found in the 191 Broadcom BCM7xxx Set Top Box family chipset using an internal 192 Ethernet switch. 193 194config BNXT 195 tristate "Broadcom NetXtreme-C/E support" 196 depends on PCI |
197 depends on MAY_USE_DEVLINK | |
198 select FW_LOADER 199 select LIBCRC32C 200 ---help--- 201 This driver supports Broadcom NetXtreme-C/E 10/25/40/50 gigabit 202 Ethernet cards. To compile this driver as a module, choose M here: 203 the module will be called bnxt_en. This is recommended. 204 205config BNXT_SRIOV --- 36 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 --- 36 unchanged lines hidden --- |