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
27 If you have a network (Ethernet) controller of this type, say Y
28 or M and read the Ethernet-HOWTO, available from
29 <http://www.tldp.org/docs.html#howto>.
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 NetXtremeII support"
68 This driver supports Broadcom NetXtremeII gigabit Ethernet cards.
70 To compile this driver as a module, choose M here: the module
71 will be called bnx2. This is recommended.
74 tristate "Broadcom CNIC support"
79 This driver supports offload features of Broadcom NetXtremeII
80 gigabit Ethernet cards.
82 To compile this driver as a module, choose M here: the module
83 will be called cnic. This is recommended.
86 tristate "SB1250 Gigabit Ethernet support"
87 depends on SIBYTE_SB1xxx_SOC
90 This driver supports Gigabit Ethernet interfaces based on the
91 Broadcom SiByte family of System-On-a-Chip parts. They include
92 the BCM1120, BCM1125, BCM1125H, BCM1250, BCM1255, BCM1280, BCM1455
95 To compile this driver as a module, choose M here: the module
96 will be called sb1250-mac.
99 tristate "Broadcom Tigon3 support"
103 This driver supports Broadcom Tigon3 based gigabit Ethernet cards.
105 To compile this driver as a module, choose M here: the module
106 will be called tg3. This is recommended.
109 tristate "Broadcom NetXtremeII 10Gb support"
116 This driver supports Broadcom NetXtremeII 10 gigabit Ethernet cards.
117 To compile this driver as a module, choose M here: the module
118 will be called bnx2x. This is recommended.
120 endif # NET_VENDOR_BROADCOM