-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moves the drivers for Broadcom devices into drivers/net/ethernet/broadcom/ and the necessary Kconfig and Makefile changes. CC: Eilon Greenstein <eilong@broadcom.com> CC: Michael Chan <mchan@broadcom.com> CC: Matt Carlson <mcarlson@broadcom.com> CC: Gary Zambrano <zambrano@broadcom.com> CC: "Maciej W. Rozycki" <macro@linux-mips.org> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
- Loading branch information
Jeff Kirsher
committed
Aug 11, 2011
1 parent
644570b
commit adfc521
Showing
44 changed files
with
141 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,119 @@ | ||
# | ||
# Broadcom device configuration | ||
# | ||
|
||
config NET_VENDOR_BROADCOM | ||
bool "Broadcom devices" | ||
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 | ||
---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). | ||
|
||
config BNX2 | ||
tristate "Broadcom NetXtremeII support" | ||
depends on PCI | ||
select CRC32 | ||
select FW_LOADER | ||
---help--- | ||
This driver supports Broadcom NetXtremeII gigabit Ethernet cards. | ||
|
||
To compile this driver as a module, choose M here: the module | ||
will be called bnx2. This is recommended. | ||
|
||
config CNIC | ||
tristate "Broadcom CNIC support" | ||
depends on PCI | ||
select BNX2 | ||
select UIO | ||
---help--- | ||
This driver supports offload features of Broadcom NetXtremeII | ||
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 | ||
---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 | ||
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. | ||
|
||
endif # NET_VENDOR_BROADCOM |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# | ||
# Makefile for the Broadcom network device drivers. | ||
# | ||
|
||
obj-$(CONFIG_B44) += b44.o | ||
obj-$(CONFIG_BCM63XX_ENET) += bcm63xx_enet.o | ||
obj-$(CONFIG_BNX2) += bnx2.o | ||
obj-$(CONFIG_CNIC) += cnic.o | ||
obj-$(CONFIG_BNX2X) += bnx2x/ | ||
obj-$(CONFIG_SB1250_MAC) += sb1250-mac.o | ||
obj-$(CONFIG_TIGON3) += tg3.o |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters