Kconfig (f2006e27396f55276f24434f56e208d86e7f9908) Kconfig (31bd29776b8575b8cf7c25bbf7496a460278dc83)
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 || \

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

126 ---help---
127 This configuration parameter enables Single Root Input Output
128 Virtualization support in the 578xx and 57712 products. This
129 allows for virtual function acceleration in virtual environments.
130
131config BGMAC
132 tristate "BCMA bus GBit core support"
133 depends on BCMA_HOST_SOC && HAS_DMA
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 || \

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

126 ---help---
127 This configuration parameter enables Single Root Input Output
128 Virtualization support in the 578xx and 57712 products. This
129 allows for virtual function acceleration in virtual environments.
130
131config BGMAC
132 tristate "BCMA bus GBit core support"
133 depends on BCMA_HOST_SOC && HAS_DMA
134 select PHYLIB
134 ---help---
135 This driver supports GBit MAC and BCM4706 GBit MAC cores on BCMA bus.
136 They can be found on BCM47xx SoCs and provide gigabit ethernet.
137 In case of using this driver on BCM4706 it's also requires to enable
138 BCMA_DRIVER_GMAC_CMN to make it work.
139
140endif # NET_VENDOR_BROADCOM
135 ---help---
136 This driver supports GBit MAC and BCM4706 GBit MAC cores on BCMA bus.
137 They can be found on BCM47xx SoCs and provide gigabit ethernet.
138 In case of using this driver on BCM4706 it's also requires to enable
139 BCMA_DRIVER_GMAC_CMN to make it work.
140
141endif # NET_VENDOR_BROADCOM