Kconfig (1ac731c529cd4d6adbce134754b51ff7d822b145) Kconfig (a29689e60ed3e65463d6462390caad669d08a6b7)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# AMD network device configuration
4#
5
6config NET_VENDOR_AMD
7 bool "AMD devices"
8 default y

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

51 If you have a network (Ethernet) card of this type, say Y here.
52 Some LinkSys cards are of this type.
53
54 To compile this driver as a module, choose M here: the module
55 will be called lance. This is recommended.
56
57config PCNET32
58 tristate "AMD PCnet32 PCI support"
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# AMD network device configuration
4#
5
6config NET_VENDOR_AMD
7 bool "AMD devices"
8 default y

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

51 If you have a network (Ethernet) card of this type, say Y here.
52 Some LinkSys cards are of this type.
53
54 To compile this driver as a module, choose M here: the module
55 will be called lance. This is recommended.
56
57config PCNET32
58 tristate "AMD PCnet32 PCI support"
59 depends on PCI
59 depends on PCI && HAS_IOPORT
60 select CRC32
61 select MII
62 help
63 If you have a PCnet32 or PCnetPCI based network (Ethernet) card,
64 answer Y here.
65
66 To compile this driver as a module, choose M here. The module
67 will be called pcnet32.

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

117 help
118 Support for the on-board Ethernet interface on the Motorola MVME147
119 single-board computer. Say Y here to include the
120 driver for this chip in your kernel.
121 To compile this driver as a module, choose M here.
122
123config PCMCIA_NMCLAN
124 tristate "New Media PCMCIA support"
60 select CRC32
61 select MII
62 help
63 If you have a PCnet32 or PCnetPCI based network (Ethernet) card,
64 answer Y here.
65
66 To compile this driver as a module, choose M here. The module
67 will be called pcnet32.

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

117 help
118 Support for the on-board Ethernet interface on the Motorola MVME147
119 single-board computer. Say Y here to include the
120 driver for this chip in your kernel.
121 To compile this driver as a module, choose M here.
122
123config PCMCIA_NMCLAN
124 tristate "New Media PCMCIA support"
125 depends on PCMCIA
125 depends on PCMCIA && HAS_IOPORT
126 help
127 Say Y here if you intend to attach a New Media Ethernet or LiveWire
128 PCMCIA (PC-card) Ethernet card to your computer.
129
130 To compile this driver as a module, choose M here: the module will be
131 called nmclan_cs. If unsure, say N.
132
133config SUN3LANCE

--- 70 unchanged lines hidden ---
126 help
127 Say Y here if you intend to attach a New Media Ethernet or LiveWire
128 PCMCIA (PC-card) Ethernet card to your computer.
129
130 To compile this driver as a module, choose M here: the module will be
131 called nmclan_cs. If unsure, say N.
132
133config SUN3LANCE

--- 70 unchanged lines hidden ---