2 # Broadcom device configuration
5 config NET_VENDOR_BROADCOM
6 bool "Broadcom devices"
8 depends on (SSB_POSSIBLE && HAS_DMA) || PCI || BCM63XX || \
11 If you have a network (Ethernet) chipset belonging to this class,
14 Note that the answer to this question does not directly affect
15 the kernel: saying N will just case the configurator to skip all
16 the questions regarding AMD chipsets. If you say Y, you will be asked
17 for your specific chipset/driver in the following questions.
19 if NET_VENDOR_BROADCOM
22 tristate "Broadcom 440x/47xx ethernet support"
23 depends on SSB_POSSIBLE && HAS_DMA
28 If you have a network (Ethernet) controller of this type, say Y
31 To compile this driver as a module, choose M here. The module
34 # Auto-select SSB PCI-HOST support, if possible
35 config B44_PCI_AUTOSELECT
37 depends on B44 && SSB_PCIHOST_POSSIBLE
41 # Auto-select SSB PCICORE driver, if possible
42 config B44_PCICORE_AUTOSELECT
44 depends on B44 && SSB_DRIVER_PCICORE_POSSIBLE
45 select SSB_DRIVER_PCICORE
50 depends on B44_PCI_AUTOSELECT && B44_PCICORE_AUTOSELECT
54 tristate "Broadcom 63xx internal mac support"
59 This driver supports the ethernet MACs in the Broadcom 63xx
60 MIPS chipset family (BCM63XX).
63 tristate "Broadcom GENET internal MAC support"
69 This driver supports the built-in Ethernet MACs found in the
70 Broadcom BCM7xxx Set Top Box family chipset.
73 tristate "QLogic bnx2 support"
78 This driver supports QLogic bnx2 gigabit Ethernet cards.
80 To compile this driver as a module, choose M here: the module
81 will be called bnx2. This is recommended.
84 tristate "QLogic CNIC support"
85 depends on PCI && (IPV6 || IPV6=n)
89 This driver supports offload features of QLogic bnx2 gigabit
92 To compile this driver as a module, choose M here: the module
93 will be called cnic. This is recommended.
96 tristate "SB1250 Gigabit Ethernet support"
97 depends on SIBYTE_SB1xxx_SOC
100 This driver supports Gigabit Ethernet interfaces based on the
101 Broadcom SiByte family of System-On-a-Chip parts. They include
102 the BCM1120, BCM1125, BCM1125H, BCM1250, BCM1255, BCM1280, BCM1455
105 To compile this driver as a module, choose M here: the module
106 will be called sb1250-mac.
109 tristate "Broadcom Tigon3 support"
113 select PTP_1588_CLOCK
115 This driver supports Broadcom Tigon3 based gigabit Ethernet cards.
117 To compile this driver as a module, choose M here: the module
118 will be called tg3. This is recommended.
121 tristate "Broadcom NetXtremeII 10Gb support"
123 select PTP_1588_CLOCK
129 This driver supports Broadcom NetXtremeII 10 gigabit Ethernet cards.
130 To compile this driver as a module, choose M here: the module
131 will be called bnx2x. This is recommended.
134 bool "Broadcom 578xx and 57712 SR-IOV support"
135 depends on BNX2X && PCI_IOV
138 This configuration parameter enables Single Root Input Output
139 Virtualization support in the 578xx and 57712 products. This
140 allows for virtual function acceleration in virtual environments.
145 This enables the integrated ethernet controller support for many
146 Broadcom (mostly iProc) SoCs. An appropriate bus interface driver
147 needs to be enabled to select this.
150 tristate "Broadcom iProc GBit BCMA support"
151 depends on BCMA && BCMA_HOST_SOC
153 depends on BCM47XX || ARCH_BCM_5301X || COMPILE_TEST
158 This driver supports GBit MAC and BCM4706 GBit MAC cores on BCMA bus.
159 They can be found on BCM47xx SoCs and provide gigabit ethernet.
160 In case of using this driver on BCM4706 it's also requires to enable
161 BCMA_DRIVER_GMAC_CMN to make it work.
163 config BGMAC_PLATFORM
164 tristate "Broadcom iProc GBit platform support"
166 depends on ARCH_BCM_IPROC || COMPILE_TEST
171 default ARCH_BCM_IPROC
173 Say Y here if you want to use the Broadcom iProc Gigabit Ethernet
174 controller through the generic platform interface
177 tristate "Broadcom SYSTEMPORT internal MAC support"
183 This driver supports the built-in Ethernet MACs found in the
184 Broadcom BCM7xxx Set Top Box family chipset using an internal
188 tristate "Broadcom NetXtreme-C/E support"
193 This driver supports Broadcom NetXtreme-C/E 10/25/40/50 gigabit
194 Ethernet cards. To compile this driver as a module, choose M here:
195 the module will be called bnxt_en. This is recommended.
198 bool "Broadcom NetXtreme-C/E SR-IOV support"
199 depends on BNXT && PCI_IOV
202 This configuration parameter enables Single Root Input Output
203 Virtualization support in the NetXtreme-C/E products. This
204 allows for virtual function acceleration in virtual environments.
206 endif # NET_VENDOR_BROADCOM