Kconfig (83f1bfd6f57c422da70d1e296df1becc35c868be) Kconfig (1f820f538f7396db7fd40684b9c3620816acc5a3)
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 || \

--- 137 unchanged lines hidden (view full) ---

146 ---help---
147 This enables hardward offload support for VXLAN protocol over the
148 NetXtremeII series adapters.
149 Say Y here if you want to enable hardware offload support for
150 Virtual eXtensible Local Area Network (VXLAN) in the driver.
151
152config BGMAC
153 tristate "BCMA bus GBit core support"
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 || \

--- 137 unchanged lines hidden (view full) ---

146 ---help---
147 This enables hardward offload support for VXLAN protocol over the
148 NetXtremeII series adapters.
149 Say Y here if you want to enable hardware offload support for
150 Virtual eXtensible Local Area Network (VXLAN) in the driver.
151
152config BGMAC
153 tristate "BCMA bus GBit core support"
154 depends on BCMA_HOST_SOC && HAS_DMA && (BCM47XX || ARCH_BCM_5301X)
154 depends on BCMA && BCMA_HOST_SOC
155 depends on HAS_DMA
156 depends on BCM47XX || ARCH_BCM_5301X || COMPILE_TEST
155 select PHYLIB
157 select PHYLIB
158 select FIXED_PHY
156 ---help---
157 This driver supports GBit MAC and BCM4706 GBit MAC cores on BCMA bus.
158 They can be found on BCM47xx SoCs and provide gigabit ethernet.
159 In case of using this driver on BCM4706 it's also requires to enable
160 BCMA_DRIVER_GMAC_CMN to make it work.
161
162config SYSTEMPORT
163 tristate "Broadcom SYSTEMPORT internal MAC support"

--- 30 unchanged lines hidden ---
159 ---help---
160 This driver supports GBit MAC and BCM4706 GBit MAC cores on BCMA bus.
161 They can be found on BCM47xx SoCs and provide gigabit ethernet.
162 In case of using this driver on BCM4706 it's also requires to enable
163 BCMA_DRIVER_GMAC_CMN to make it work.
164
165config SYSTEMPORT
166 tristate "Broadcom SYSTEMPORT internal MAC support"

--- 30 unchanged lines hidden ---