Kconfig (70e71ca0af244f48a5dcf56dc435243792e3a495) Kconfig (d8ced82e9e7e2084d1b8c3e07686cb77240e288f)
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 || \

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

59 help
60 This driver supports the ethernet MACs in the Broadcom 63xx
61 MIPS chipset family (BCM63XX).
62
63config BCMGENET
64 tristate "Broadcom GENET internal MAC support"
65 select MII
66 select PHYLIB
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 || \

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

59 help
60 This driver supports the ethernet MACs in the Broadcom 63xx
61 MIPS chipset family (BCM63XX).
62
63config BCMGENET
64 tristate "Broadcom GENET internal MAC support"
65 select MII
66 select PHYLIB
67 select FIXED_PHY if BCMGENET=y
67 select FIXED_PHY
68 select BCM7XXX_PHY
69 help
70 This driver supports the built-in Ethernet MACs found in the
71 Broadcom BCM7xxx Set Top Box family chipset.
72
73config BNX2
74 tristate "QLogic NetXtremeII support"
75 depends on PCI

--- 89 unchanged lines hidden ---
68 select BCM7XXX_PHY
69 help
70 This driver supports the built-in Ethernet MACs found in the
71 Broadcom BCM7xxx Set Top Box family chipset.
72
73config BNX2
74 tristate "QLogic NetXtremeII support"
75 depends on PCI

--- 89 unchanged lines hidden ---