Kconfig (762f99f4f3cb41a775b5157dd761217beba65873) Kconfig (7bb49d774f481fdd7bd053e034e4d206770fda04)
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

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

48
49config B44_PCI
50 bool
51 depends on B44_PCI_AUTOSELECT && B44_PCICORE_AUTOSELECT
52 default y
53
54config BCM4908_ENET
55 tristate "Broadcom BCM4908 internal mac support"
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

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

48
49config B44_PCI
50 bool
51 depends on B44_PCI_AUTOSELECT && B44_PCICORE_AUTOSELECT
52 default y
53
54config BCM4908_ENET
55 tristate "Broadcom BCM4908 internal mac support"
56 depends on ARCH_BCM4908 || COMPILE_TEST
57 default y if ARCH_BCM4908
56 depends on ARCH_BCMBCA || COMPILE_TEST
57 default y if ARCH_BCMBCA
58 help
59 This driver supports Ethernet controller integrated into Broadcom
60 BCM4908 family SoCs.
61
62config BCM63XX_ENET
63 tristate "Broadcom 63xx internal mac support"
64 depends on BCM63XX
65 select MII

--- 191 unchanged lines hidden ---
58 help
59 This driver supports Ethernet controller integrated into Broadcom
60 BCM4908 family SoCs.
61
62config BCM63XX_ENET
63 tristate "Broadcom 63xx internal mac support"
64 depends on BCM63XX
65 select MII

--- 191 unchanged lines hidden ---