Kconfig (c7d77a7980e434c3af17de19e3348157f9b9ccce) | Kconfig (c0c050c58d840994ba842ad1c338a98e7c12b764) |
---|---|
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 || \ --- 156 unchanged lines hidden (view full) --- 165 select MII 166 select PHYLIB 167 select FIXED_PHY 168 help 169 This driver supports the built-in Ethernet MACs found in the 170 Broadcom BCM7xxx Set Top Box family chipset using an internal 171 Ethernet switch. 172 | 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 || \ --- 156 unchanged lines hidden (view full) --- 165 select MII 166 select PHYLIB 167 select FIXED_PHY 168 help 169 This driver supports the built-in Ethernet MACs found in the 170 Broadcom BCM7xxx Set Top Box family chipset using an internal 171 Ethernet switch. 172 |
173config BNXT 174 tristate "Broadcom NetXtreme-C/E support" 175 depends on PCI 176 select FW_LOADER 177 select LIBCRC32C 178 ---help--- 179 This driver supports Broadcom NetXtreme-C/E 10/25/40/50 gigabit 180 Ethernet cards. To compile this driver as a module, choose M here: 181 the module will be called bnxt_en. This is recommended. 182 183config BNXT_SRIOV 184 bool "Broadcom NetXtreme-C/E SR-IOV support" 185 depends on BNXT && PCI_IOV 186 default y 187 ---help--- 188 This configuration parameter enables Single Root Input Output 189 Virtualization support in the NetXtreme-C/E products. This 190 allows for virtual function acceleration in virtual environments. 191 |
|
173endif # NET_VENDOR_BROADCOM | 192endif # NET_VENDOR_BROADCOM |