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
29 or M and read the Ethernet-HOWTO, available from
30 <http://www.tldp.org/docs.html#howto>.
32 To compile this driver as a module, choose M here. The module
35 # Auto-select SSB PCI-HOST support, if possible
36 config B44_PCI_AUTOSELECT
38 depends on B44 && SSB_PCIHOST_POSSIBLE
42 # Auto-select SSB PCICORE driver, if possible
43 config B44_PCICORE_AUTOSELECT
45 depends on B44 && SSB_DRIVER_PCICORE_POSSIBLE
46 select SSB_DRIVER_PCICORE
51 depends on B44_PCI_AUTOSELECT && B44_PCICORE_AUTOSELECT
55 tristate "Broadcom 63xx internal mac support"
60 This driver supports the ethernet MACs in the Broadcom 63xx
61 MIPS chipset family (BCM63XX).
64 tristate "Broadcom NetXtremeII support"
69 This driver supports Broadcom NetXtremeII gigabit Ethernet cards.
71 To compile this driver as a module, choose M here: the module
72 will be called bnx2. This is recommended.
75 tristate "Broadcom CNIC support"
80 This driver supports offload features of Broadcom NetXtremeII
81 gigabit Ethernet cards.
83 To compile this driver as a module, choose M here: the module
84 will be called cnic. This is recommended.
87 tristate "SB1250 Gigabit Ethernet support"
88 depends on SIBYTE_SB1xxx_SOC
91 This driver supports Gigabit Ethernet interfaces based on the
92 Broadcom SiByte family of System-On-a-Chip parts. They include
93 the BCM1120, BCM1125, BCM1125H, BCM1250, BCM1255, BCM1280, BCM1455
96 To compile this driver as a module, choose M here: the module
97 will be called sb1250-mac.
100 tristate "Broadcom Tigon3 support"
104 select PTP_1588_CLOCK
106 This driver supports Broadcom Tigon3 based gigabit Ethernet cards.
108 To compile this driver as a module, choose M here: the module
109 will be called tg3. This is recommended.
112 tristate "Broadcom NetXtremeII 10Gb support"
119 This driver supports Broadcom NetXtremeII 10 gigabit Ethernet cards.
120 To compile this driver as a module, choose M here: the module
121 will be called bnx2x. This is recommended.
124 bool "Broadcom 578xx and 57712 SR-IOV support"
125 depends on BNX2X && PCI_IOV
128 This configuration parameter enables Single Root Input Output
129 Virtualization support in the 578xx and 57712 products. This
130 allows for virtual function acceleration in virtual environments.
133 tristate "BCMA bus GBit core support"
134 depends on BCMA_HOST_SOC && HAS_DMA && BCM47XX
137 This driver supports GBit MAC and BCM4706 GBit MAC cores on BCMA bus.
138 They can be found on BCM47xx SoCs and provide gigabit ethernet.
139 In case of using this driver on BCM4706 it's also requires to enable
140 BCMA_DRIVER_GMAC_CMN to make it work.
142 endif # NET_VENDOR_BROADCOM