Kconfig (53279f36dccffc26ff536003fd6bb97cc21c3b82) | Kconfig (be947307b5b61fabbd76194d02617f9d2653176d) |
---|---|
1# 2# Broadcom device configuration 3# 4 5config NET_VENDOR_BROADCOM 6 bool "Broadcom devices" 7 default y 8 depends on (SSB_POSSIBLE && HAS_DMA) || PCI || BCM63XX || \ --- 88 unchanged lines hidden (view full) --- 97 To compile this driver as a module, choose M here: the module 98 will be called sb1250-mac. 99 100config TIGON3 101 tristate "Broadcom Tigon3 support" 102 depends on PCI 103 select PHYLIB 104 select HWMON | 1# 2# Broadcom device configuration 3# 4 5config NET_VENDOR_BROADCOM 6 bool "Broadcom devices" 7 default y 8 depends on (SSB_POSSIBLE && HAS_DMA) || PCI || BCM63XX || \ --- 88 unchanged lines hidden (view full) --- 97 To compile this driver as a module, choose M here: the module 98 will be called sb1250-mac. 99 100config TIGON3 101 tristate "Broadcom Tigon3 support" 102 depends on PCI 103 select PHYLIB 104 select HWMON |
105 select PTP_1588_CLOCK |
|
105 ---help--- 106 This driver supports Broadcom Tigon3 based gigabit Ethernet cards. 107 108 To compile this driver as a module, choose M here: the module 109 will be called tg3. This is recommended. 110 111config BNX2X 112 tristate "Broadcom NetXtremeII 10Gb support" 113 depends on PCI 114 select FW_LOADER 115 select ZLIB_INFLATE 116 select LIBCRC32C 117 select MDIO 118 ---help--- 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. 122 123endif # NET_VENDOR_BROADCOM | 106 ---help--- 107 This driver supports Broadcom Tigon3 based gigabit Ethernet cards. 108 109 To compile this driver as a module, choose M here: the module 110 will be called tg3. This is recommended. 111 112config BNX2X 113 tristate "Broadcom NetXtremeII 10Gb support" 114 depends on PCI 115 select FW_LOADER 116 select ZLIB_INFLATE 117 select LIBCRC32C 118 select MDIO 119 ---help--- 120 This driver supports Broadcom NetXtremeII 10 gigabit Ethernet cards. 121 To compile this driver as a module, choose M here: the module 122 will be called bnx2x. This is recommended. 123 124endif # NET_VENDOR_BROADCOM |