Kconfig (d263dfa7d2697a43f3299b9731cd568ee49cdd2c) | Kconfig (4feffeadbcb2e5b11cbbf191a33c245b74a5837b) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Broadcom device configuration 4# 5 6config NET_VENDOR_BROADCOM 7 bool "Broadcom devices" 8 default y --- 37 unchanged lines hidden (view full) --- 46 select SSB_DRIVER_PCICORE 47 default y 48 49config B44_PCI 50 bool 51 depends on B44_PCI_AUTOSELECT && B44_PCICORE_AUTOSELECT 52 default y 53 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Broadcom device configuration 4# 5 6config NET_VENDOR_BROADCOM 7 bool "Broadcom devices" 8 default y --- 37 unchanged lines hidden (view full) --- 46 select SSB_DRIVER_PCICORE 47 default y 48 49config B44_PCI 50 bool 51 depends on B44_PCI_AUTOSELECT && B44_PCICORE_AUTOSELECT 52 default y 53 |
54config BCM4908ENET 55 tristate "Broadcom BCM4908 internal mac support" 56 depends on ARCH_BCM4908 || COMPILE_TEST 57 default y 58 help 59 This driver supports Ethernet controller integrated into Broadcom 60 BCM4908 family SoCs. 61 |
|
54config BCM63XX_ENET 55 tristate "Broadcom 63xx internal mac support" 56 depends on BCM63XX 57 select MII 58 select PHYLIB 59 help 60 This driver supports the ethernet MACs in the Broadcom 63xx 61 MIPS chipset family (BCM63XX). --- 107 unchanged lines hidden (view full) --- 169 This driver supports GBit MAC and BCM4706 GBit MAC cores on BCMA bus. 170 They can be found on BCM47xx SoCs and provide gigabit ethernet. 171 In case of using this driver on BCM4706 it's also requires to enable 172 BCMA_DRIVER_GMAC_CMN to make it work. 173 174config BGMAC_PLATFORM 175 tristate "Broadcom iProc GBit platform support" 176 depends on ARCH_BCM_IPROC || COMPILE_TEST | 62config BCM63XX_ENET 63 tristate "Broadcom 63xx internal mac support" 64 depends on BCM63XX 65 select MII 66 select PHYLIB 67 help 68 This driver supports the ethernet MACs in the Broadcom 63xx 69 MIPS chipset family (BCM63XX). --- 107 unchanged lines hidden (view full) --- 177 This driver supports GBit MAC and BCM4706 GBit MAC cores on BCMA bus. 178 They can be found on BCM47xx SoCs and provide gigabit ethernet. 179 In case of using this driver on BCM4706 it's also requires to enable 180 BCMA_DRIVER_GMAC_CMN to make it work. 181 182config BGMAC_PLATFORM 183 tristate "Broadcom iProc GBit platform support" 184 depends on ARCH_BCM_IPROC || COMPILE_TEST |
177 depends on OF | |
178 select BGMAC 179 select PHYLIB 180 select FIXED_PHY 181 default ARCH_BCM_IPROC 182 help 183 Say Y here if you want to use the Broadcom iProc Gigabit Ethernet 184 controller through the generic platform interface 185 --- 63 unchanged lines hidden --- | 185 select BGMAC 186 select PHYLIB 187 select FIXED_PHY 188 default ARCH_BCM_IPROC 189 help 190 Say Y here if you want to use the Broadcom iProc Gigabit Ethernet 191 controller through the generic platform interface 192 --- 63 unchanged lines hidden --- |