Kconfig (4b4193256c8d3bc3a5397b5cd9494c2ad386317d) Kconfig (4228c3942821a67b8e313f7c35fdc5832cb67081)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# 3Com Ethernet device configuration
4#
5
6config NET_VENDOR_3COM
7 bool "3Com devices"
8 default y

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

29 media type.
30
31 To compile this driver as a module, choose M here. The module
32 will be called 3c509.
33
34config 3C515
35 tristate "3c515 ISA \"Fast EtherLink\""
36 depends on ISA && ISA_DMA_API && !PPC32
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# 3Com Ethernet device configuration
4#
5
6config NET_VENDOR_3COM
7 bool "3Com devices"
8 default y

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

29 media type.
30
31 To compile this driver as a module, choose M here. The module
32 will be called 3c509.
33
34config 3C515
35 tristate "3c515 ISA \"Fast EtherLink\""
36 depends on ISA && ISA_DMA_API && !PPC32
37 select NETDEV_LEGACY_INIT
37 help
38 If you have a 3Com ISA EtherLink XL "Corkscrew" 3c515 Fast Ethernet
39 network card, say Y here.
40
41 To compile this driver as a module, choose M here. The module
42 will be called 3c515.
43
44config PCMCIA_3C574

--- 57 unchanged lines hidden ---
38 help
39 If you have a 3Com ISA EtherLink XL "Corkscrew" 3c515 Fast Ethernet
40 network card, say Y here.
41
42 To compile this driver as a module, choose M here. The module
43 will be called 3c515.
44
45config PCMCIA_3C574

--- 57 unchanged lines hidden ---