1adfc5217SJeff Kirsher# 2adfc5217SJeff Kirsher# Broadcom device configuration 3adfc5217SJeff Kirsher# 4adfc5217SJeff Kirsher 5adfc5217SJeff Kirsherconfig NET_VENDOR_BROADCOM 6adfc5217SJeff Kirsher bool "Broadcom devices" 788f07484SJeff Kirsher default y 8adfc5217SJeff Kirsher depends on (SSB_POSSIBLE && HAS_DMA) || PCI || BCM63XX || \ 9adfc5217SJeff Kirsher SIBYTE_SB1xxx_SOC 10adfc5217SJeff Kirsher ---help--- 11adfc5217SJeff Kirsher If you have a network (Ethernet) chipset belonging to this class, 12adfc5217SJeff Kirsher say Y. 13adfc5217SJeff Kirsher 14adfc5217SJeff Kirsher Note that the answer to this question does not directly affect 15adfc5217SJeff Kirsher the kernel: saying N will just case the configurator to skip all 16adfc5217SJeff Kirsher the questions regarding AMD chipsets. If you say Y, you will be asked 17adfc5217SJeff Kirsher for your specific chipset/driver in the following questions. 18adfc5217SJeff Kirsher 19adfc5217SJeff Kirsherif NET_VENDOR_BROADCOM 20adfc5217SJeff Kirsher 21adfc5217SJeff Kirsherconfig B44 22adfc5217SJeff Kirsher tristate "Broadcom 440x/47xx ethernet support" 23adfc5217SJeff Kirsher depends on SSB_POSSIBLE && HAS_DMA 24adfc5217SJeff Kirsher select SSB 25adfc5217SJeff Kirsher select MII 26adfc5217SJeff Kirsher ---help--- 27adfc5217SJeff Kirsher If you have a network (Ethernet) controller of this type, say Y 28adfc5217SJeff Kirsher or M and read the Ethernet-HOWTO, available from 29adfc5217SJeff Kirsher <http://www.tldp.org/docs.html#howto>. 30adfc5217SJeff Kirsher 31adfc5217SJeff Kirsher To compile this driver as a module, choose M here. The module 32adfc5217SJeff Kirsher will be called b44. 33adfc5217SJeff Kirsher 34adfc5217SJeff Kirsher# Auto-select SSB PCI-HOST support, if possible 35adfc5217SJeff Kirsherconfig B44_PCI_AUTOSELECT 36adfc5217SJeff Kirsher bool 37adfc5217SJeff Kirsher depends on B44 && SSB_PCIHOST_POSSIBLE 38adfc5217SJeff Kirsher select SSB_PCIHOST 39adfc5217SJeff Kirsher default y 40adfc5217SJeff Kirsher 41adfc5217SJeff Kirsher# Auto-select SSB PCICORE driver, if possible 42adfc5217SJeff Kirsherconfig B44_PCICORE_AUTOSELECT 43adfc5217SJeff Kirsher bool 44adfc5217SJeff Kirsher depends on B44 && SSB_DRIVER_PCICORE_POSSIBLE 45adfc5217SJeff Kirsher select SSB_DRIVER_PCICORE 46adfc5217SJeff Kirsher default y 47adfc5217SJeff Kirsher 48adfc5217SJeff Kirsherconfig B44_PCI 49adfc5217SJeff Kirsher bool 50adfc5217SJeff Kirsher depends on B44_PCI_AUTOSELECT && B44_PCICORE_AUTOSELECT 51adfc5217SJeff Kirsher default y 52adfc5217SJeff Kirsher 53adfc5217SJeff Kirsherconfig BCM63XX_ENET 54adfc5217SJeff Kirsher tristate "Broadcom 63xx internal mac support" 55adfc5217SJeff Kirsher depends on BCM63XX 56adfc5217SJeff Kirsher select MII 57adfc5217SJeff Kirsher select PHYLIB 58adfc5217SJeff Kirsher help 59adfc5217SJeff Kirsher This driver supports the ethernet MACs in the Broadcom 63xx 60adfc5217SJeff Kirsher MIPS chipset family (BCM63XX). 61adfc5217SJeff Kirsher 62adfc5217SJeff Kirsherconfig BNX2 63adfc5217SJeff Kirsher tristate "Broadcom NetXtremeII support" 64adfc5217SJeff Kirsher depends on PCI 65adfc5217SJeff Kirsher select CRC32 66adfc5217SJeff Kirsher select FW_LOADER 67adfc5217SJeff Kirsher ---help--- 68adfc5217SJeff Kirsher This driver supports Broadcom NetXtremeII gigabit Ethernet cards. 69adfc5217SJeff Kirsher 70adfc5217SJeff Kirsher To compile this driver as a module, choose M here: the module 71adfc5217SJeff Kirsher will be called bnx2. This is recommended. 72adfc5217SJeff Kirsher 73adfc5217SJeff Kirsherconfig CNIC 74adfc5217SJeff Kirsher tristate "Broadcom CNIC support" 75adfc5217SJeff Kirsher depends on PCI 76adfc5217SJeff Kirsher select BNX2 77adfc5217SJeff Kirsher select UIO 78adfc5217SJeff Kirsher ---help--- 79adfc5217SJeff Kirsher This driver supports offload features of Broadcom NetXtremeII 80adfc5217SJeff Kirsher gigabit Ethernet cards. 81adfc5217SJeff Kirsher 82adfc5217SJeff Kirsher To compile this driver as a module, choose M here: the module 83adfc5217SJeff Kirsher will be called cnic. This is recommended. 84adfc5217SJeff Kirsher 85adfc5217SJeff Kirsherconfig SB1250_MAC 86adfc5217SJeff Kirsher tristate "SB1250 Gigabit Ethernet support" 87adfc5217SJeff Kirsher depends on SIBYTE_SB1xxx_SOC 88adfc5217SJeff Kirsher select PHYLIB 89adfc5217SJeff Kirsher ---help--- 90adfc5217SJeff Kirsher This driver supports Gigabit Ethernet interfaces based on the 91adfc5217SJeff Kirsher Broadcom SiByte family of System-On-a-Chip parts. They include 92adfc5217SJeff Kirsher the BCM1120, BCM1125, BCM1125H, BCM1250, BCM1255, BCM1280, BCM1455 93adfc5217SJeff Kirsher and BCM1480 chips. 94adfc5217SJeff Kirsher 95adfc5217SJeff Kirsher To compile this driver as a module, choose M here: the module 96adfc5217SJeff Kirsher will be called sb1250-mac. 97adfc5217SJeff Kirsher 98adfc5217SJeff Kirsherconfig TIGON3 99adfc5217SJeff Kirsher tristate "Broadcom Tigon3 support" 100adfc5217SJeff Kirsher depends on PCI 101adfc5217SJeff Kirsher select PHYLIB 102de0a4148SPaul Gortmaker select HWMON 103be947307SMatt Carlson select PTP_1588_CLOCK 104adfc5217SJeff Kirsher ---help--- 105adfc5217SJeff Kirsher This driver supports Broadcom Tigon3 based gigabit Ethernet cards. 106adfc5217SJeff Kirsher 107adfc5217SJeff Kirsher To compile this driver as a module, choose M here: the module 108adfc5217SJeff Kirsher will be called tg3. This is recommended. 109adfc5217SJeff Kirsher 110adfc5217SJeff Kirsherconfig BNX2X 111adfc5217SJeff Kirsher tristate "Broadcom NetXtremeII 10Gb support" 112adfc5217SJeff Kirsher depends on PCI 113adfc5217SJeff Kirsher select FW_LOADER 114adfc5217SJeff Kirsher select ZLIB_INFLATE 115adfc5217SJeff Kirsher select LIBCRC32C 116adfc5217SJeff Kirsher select MDIO 117adfc5217SJeff Kirsher ---help--- 118adfc5217SJeff Kirsher This driver supports Broadcom NetXtremeII 10 gigabit Ethernet cards. 119adfc5217SJeff Kirsher To compile this driver as a module, choose M here: the module 120adfc5217SJeff Kirsher will be called bnx2x. This is recommended. 121adfc5217SJeff Kirsher 1226411280aSAriel Eliorconfig BNX2X_SRIOV 1236411280aSAriel Elior bool "Broadcom 578xx and 57712 SR-IOV support" 1246411280aSAriel Elior depends on BNX2X && PCI_IOV 1256411280aSAriel Elior default y 1266411280aSAriel Elior ---help--- 1276411280aSAriel Elior This configuration parameter enables Single Root Input Output 1286411280aSAriel Elior Virtualization support in the 578xx and 57712 products. This 1296411280aSAriel Elior allows for virtual function acceleration in virtual environments. 1306411280aSAriel Elior 131dd4544f0SRafał Miłeckiconfig BGMAC 132dd4544f0SRafał Miłecki tristate "BCMA bus GBit core support" 133dd4544f0SRafał Miłecki depends on BCMA_HOST_SOC && HAS_DMA 134*31bd2977SHauke Mehrtens select PHYLIB 135dd4544f0SRafał Miłecki ---help--- 136dd4544f0SRafał Miłecki This driver supports GBit MAC and BCM4706 GBit MAC cores on BCMA bus. 137dd4544f0SRafał Miłecki They can be found on BCM47xx SoCs and provide gigabit ethernet. 138dd4544f0SRafał Miłecki In case of using this driver on BCM4706 it's also requires to enable 139dd4544f0SRafał Miłecki BCMA_DRIVER_GMAC_CMN to make it work. 140dd4544f0SRafał Miłecki 141adfc5217SJeff Kirsherendif # NET_VENDOR_BROADCOM 142