| 
									
										
										
										
											2011-04-07 06:03:04 -07:00
										 |  |  | # | 
					
						
							|  |  |  | # Broadcom device configuration | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | config NET_VENDOR_BROADCOM | 
					
						
							|  |  |  | 	bool "Broadcom devices" | 
					
						
							| 
									
										
										
										
											2011-08-23 01:29:52 -07:00
										 |  |  | 	default y | 
					
						
							| 
									
										
										
										
											2011-04-07 06:03:04 -07:00
										 |  |  | 	depends on (SSB_POSSIBLE && HAS_DMA) || PCI || BCM63XX || \ | 
					
						
							|  |  |  | 		   SIBYTE_SB1xxx_SOC | 
					
						
							|  |  |  | 	---help--- | 
					
						
							|  |  |  | 	  If you have a network (Ethernet) chipset belonging to this class, | 
					
						
							|  |  |  | 	  say Y. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	  Note that the answer to this question does not directly affect | 
					
						
							|  |  |  | 	  the kernel: saying N will just case the configurator to skip all | 
					
						
							|  |  |  | 	  the questions regarding AMD chipsets. If you say Y, you will be asked | 
					
						
							|  |  |  | 	  for your specific chipset/driver in the following questions. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | if NET_VENDOR_BROADCOM | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | config B44 | 
					
						
							|  |  |  | 	tristate "Broadcom 440x/47xx ethernet support" | 
					
						
							|  |  |  | 	depends on SSB_POSSIBLE && HAS_DMA | 
					
						
							|  |  |  | 	select SSB | 
					
						
							|  |  |  | 	select MII | 
					
						
							| 
									
										
										
										
											2013-12-20 02:16:10 +01:00
										 |  |  | 	select PHYLIB | 
					
						
							| 
									
										
										
										
											2011-04-07 06:03:04 -07:00
										 |  |  | 	---help--- | 
					
						
							|  |  |  | 	  If you have a network (Ethernet) controller of this type, say Y | 
					
						
							|  |  |  | 	  or M and read the Ethernet-HOWTO, available from | 
					
						
							|  |  |  | 	  <http://www.tldp.org/docs.html#howto>. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	  To compile this driver as a module, choose M here. The module | 
					
						
							|  |  |  | 	  will be called b44. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # Auto-select SSB PCI-HOST support, if possible | 
					
						
							|  |  |  | config B44_PCI_AUTOSELECT | 
					
						
							|  |  |  | 	bool | 
					
						
							|  |  |  | 	depends on B44 && SSB_PCIHOST_POSSIBLE | 
					
						
							|  |  |  | 	select SSB_PCIHOST | 
					
						
							|  |  |  | 	default y | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # Auto-select SSB PCICORE driver, if possible | 
					
						
							|  |  |  | config B44_PCICORE_AUTOSELECT | 
					
						
							|  |  |  | 	bool | 
					
						
							|  |  |  | 	depends on B44 && SSB_DRIVER_PCICORE_POSSIBLE | 
					
						
							|  |  |  | 	select SSB_DRIVER_PCICORE | 
					
						
							|  |  |  | 	default y | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | config B44_PCI | 
					
						
							|  |  |  | 	bool | 
					
						
							|  |  |  | 	depends on B44_PCI_AUTOSELECT && B44_PCICORE_AUTOSELECT | 
					
						
							|  |  |  | 	default y | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | config BCM63XX_ENET | 
					
						
							|  |  |  | 	tristate "Broadcom 63xx internal mac support" | 
					
						
							|  |  |  | 	depends on BCM63XX | 
					
						
							|  |  |  | 	select MII | 
					
						
							|  |  |  | 	select PHYLIB | 
					
						
							|  |  |  | 	help | 
					
						
							|  |  |  | 	  This driver supports the ethernet MACs in the Broadcom 63xx | 
					
						
							|  |  |  | 	  MIPS chipset family (BCM63XX). | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-02-13 16:08:49 -08:00
										 |  |  | config BCMGENET | 
					
						
							|  |  |  | 	tristate "Broadcom GENET internal MAC support" | 
					
						
							|  |  |  | 	select MII | 
					
						
							|  |  |  | 	select PHYLIB | 
					
						
							| 
									
										
										
										
											2014-12-15 09:57:13 -08:00
										 |  |  | 	select FIXED_PHY | 
					
						
							| 
									
										
										
										
											2014-02-13 16:08:49 -08:00
										 |  |  | 	select BCM7XXX_PHY | 
					
						
							|  |  |  | 	help | 
					
						
							|  |  |  | 	  This driver supports the built-in Ethernet MACs found in the | 
					
						
							|  |  |  | 	  Broadcom BCM7xxx Set Top Box family chipset. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-04-07 06:03:04 -07:00
										 |  |  | config BNX2 | 
					
						
							| 
									
										
										
										
											2014-06-23 15:10:33 -04:00
										 |  |  | 	tristate "QLogic NetXtremeII support" | 
					
						
							| 
									
										
										
										
											2011-04-07 06:03:04 -07:00
										 |  |  | 	depends on PCI | 
					
						
							|  |  |  | 	select CRC32 | 
					
						
							|  |  |  | 	select FW_LOADER | 
					
						
							|  |  |  | 	---help--- | 
					
						
							| 
									
										
										
										
											2014-06-23 15:10:33 -04:00
										 |  |  | 	  This driver supports QLogic NetXtremeII gigabit Ethernet cards. | 
					
						
							| 
									
										
										
										
											2011-04-07 06:03:04 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	  To compile this driver as a module, choose M here: the module | 
					
						
							|  |  |  | 	  will be called bnx2.  This is recommended. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | config CNIC | 
					
						
							| 
									
										
										
										
											2014-06-23 15:10:34 -04:00
										 |  |  | 	tristate "QLogic CNIC support" | 
					
						
							| 
									
										
										
										
											2014-09-04 17:12:57 -07:00
										 |  |  | 	depends on PCI && (IPV6 || IPV6=n) | 
					
						
							| 
									
										
										
										
											2011-04-07 06:03:04 -07:00
										 |  |  | 	select BNX2 | 
					
						
							|  |  |  | 	select UIO | 
					
						
							|  |  |  | 	---help--- | 
					
						
							| 
									
										
										
										
											2014-06-23 15:10:34 -04:00
										 |  |  | 	  This driver supports offload features of QLogic NetXtremeII | 
					
						
							| 
									
										
										
										
											2011-04-07 06:03:04 -07:00
										 |  |  | 	  gigabit Ethernet cards. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	  To compile this driver as a module, choose M here: the module | 
					
						
							|  |  |  | 	  will be called cnic.  This is recommended. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | config SB1250_MAC | 
					
						
							|  |  |  | 	tristate "SB1250 Gigabit Ethernet support" | 
					
						
							|  |  |  | 	depends on SIBYTE_SB1xxx_SOC | 
					
						
							|  |  |  | 	select PHYLIB | 
					
						
							|  |  |  | 	---help--- | 
					
						
							|  |  |  | 	  This driver supports Gigabit Ethernet interfaces based on the | 
					
						
							|  |  |  | 	  Broadcom SiByte family of System-On-a-Chip parts.  They include | 
					
						
							|  |  |  | 	  the BCM1120, BCM1125, BCM1125H, BCM1250, BCM1255, BCM1280, BCM1455 | 
					
						
							|  |  |  | 	  and BCM1480 chips. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	  To compile this driver as a module, choose M here: the module | 
					
						
							|  |  |  | 	  will be called sb1250-mac. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | config TIGON3 | 
					
						
							|  |  |  | 	tristate "Broadcom Tigon3 support" | 
					
						
							|  |  |  | 	depends on PCI | 
					
						
							|  |  |  | 	select PHYLIB | 
					
						
							| 
									
										
										
										
											2012-10-01 11:43:49 -04:00
										 |  |  | 	select HWMON | 
					
						
							| 
									
										
										
										
											2012-12-03 19:36:57 +00:00
										 |  |  | 	select PTP_1588_CLOCK | 
					
						
							| 
									
										
										
										
											2011-04-07 06:03:04 -07:00
										 |  |  | 	---help--- | 
					
						
							|  |  |  | 	  This driver supports Broadcom Tigon3 based gigabit Ethernet cards. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	  To compile this driver as a module, choose M here: the module | 
					
						
							|  |  |  | 	  will be called tg3.  This is recommended. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | config BNX2X | 
					
						
							|  |  |  | 	tristate "Broadcom NetXtremeII 10Gb support" | 
					
						
							|  |  |  | 	depends on PCI | 
					
						
							| 
									
										
										
										
											2014-08-25 13:11:48 -07:00
										 |  |  | 	select PTP_1588_CLOCK | 
					
						
							| 
									
										
										
										
											2011-04-07 06:03:04 -07:00
										 |  |  | 	select FW_LOADER | 
					
						
							|  |  |  | 	select ZLIB_INFLATE | 
					
						
							|  |  |  | 	select LIBCRC32C | 
					
						
							|  |  |  | 	select MDIO | 
					
						
							|  |  |  | 	---help--- | 
					
						
							|  |  |  | 	  This driver supports Broadcom NetXtremeII 10 gigabit Ethernet cards. | 
					
						
							|  |  |  | 	  To compile this driver as a module, choose M here: the module | 
					
						
							|  |  |  | 	  will be called bnx2x.  This is recommended. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-01-07 00:50:23 +00:00
										 |  |  | config BNX2X_SRIOV | 
					
						
							|  |  |  | 	bool "Broadcom 578xx and 57712 SR-IOV support" | 
					
						
							|  |  |  | 	depends on BNX2X && PCI_IOV | 
					
						
							|  |  |  | 	default y | 
					
						
							|  |  |  | 	---help--- | 
					
						
							|  |  |  | 	  This configuration parameter enables Single Root Input Output | 
					
						
							|  |  |  | 	  Virtualization support in the 578xx and 57712 products. This | 
					
						
							|  |  |  | 	  allows for virtual function acceleration in virtual environments. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-01-08 20:06:23 +00:00
										 |  |  | config BGMAC | 
					
						
							|  |  |  | 	tristate "BCMA bus GBit core support" | 
					
						
							| 
									
										
										
										
											2013-07-23 23:28:49 +02:00
										 |  |  | 	depends on BCMA_HOST_SOC && HAS_DMA && BCM47XX | 
					
						
							| 
									
										
										
										
											2013-07-15 13:26:27 +02:00
										 |  |  | 	select PHYLIB | 
					
						
							| 
									
										
										
										
											2013-01-08 20:06:23 +00:00
										 |  |  | 	---help--- | 
					
						
							|  |  |  | 	  This driver supports GBit MAC and BCM4706 GBit MAC cores on BCMA bus. | 
					
						
							|  |  |  | 	  They can be found on BCM47xx SoCs and provide gigabit ethernet. | 
					
						
							|  |  |  | 	  In case of using this driver on BCM4706 it's also requires to enable | 
					
						
							|  |  |  | 	  BCMA_DRIVER_GMAC_CMN to make it work. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-04-24 18:08:59 -07:00
										 |  |  | config SYSTEMPORT | 
					
						
							|  |  |  | 	tristate "Broadcom SYSTEMPORT internal MAC support" | 
					
						
							|  |  |  | 	depends on OF | 
					
						
							|  |  |  | 	select MII | 
					
						
							|  |  |  | 	select PHYLIB | 
					
						
							| 
									
										
										
										
											2014-12-15 09:57:14 -08:00
										 |  |  | 	select FIXED_PHY | 
					
						
							| 
									
										
										
										
											2014-04-24 18:08:59 -07:00
										 |  |  | 	help | 
					
						
							|  |  |  | 	  This driver supports the built-in Ethernet MACs found in the | 
					
						
							|  |  |  | 	  Broadcom BCM7xxx Set Top Box family chipset using an internal | 
					
						
							|  |  |  | 	  Ethernet switch. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-04-07 06:03:04 -07:00
										 |  |  | endif # NET_VENDOR_BROADCOM |