Kconfig (58e16d792a6a8c6b750f637a4649967fcac853dc) Kconfig (b6671d71ca811aed02f136a6cd812a542f88c483)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Tulip family network device configuration
4#
5
6config NET_TULIP
7 bool "DEC - Tulip devices"
8 depends on (PCI || EISA || CARDBUS)

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

109 depends on (PCI || EISA)
110 depends on VIRT_TO_BUS || ALPHA || PPC || SPARC
111 select CRC32
112 ---help---
113 This is support for the DIGITAL series of PCI/EISA Ethernet cards.
114 These include the DE425, DE434, DE435, DE450 and DE500 models. If
115 you have a network card of this type, say Y. More specific
116 information is contained in
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Tulip family network device configuration
4#
5
6config NET_TULIP
7 bool "DEC - Tulip devices"
8 depends on (PCI || EISA || CARDBUS)

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

109 depends on (PCI || EISA)
110 depends on VIRT_TO_BUS || ALPHA || PPC || SPARC
111 select CRC32
112 ---help---
113 This is support for the DIGITAL series of PCI/EISA Ethernet cards.
114 These include the DE425, DE434, DE435, DE450 and DE500 models. If
115 you have a network card of this type, say Y. More specific
116 information is contained in
117 <file:Documentation/networking/device_drivers/dec/de4x5.txt>.
117 <file:Documentation/networking/device_drivers/dec/de4x5.rst>.
118
119 To compile this driver as a module, choose M here. The module will
120 be called de4x5.
121
122config WINBOND_840
123 tristate "Winbond W89c840 Ethernet support"
124 depends on PCI
125 select CRC32

--- 44 unchanged lines hidden ---
118
119 To compile this driver as a module, choose M here. The module will
120 be called de4x5.
121
122config WINBOND_840
123 tristate "Winbond W89c840 Ethernet support"
124 depends on PCI
125 select CRC32

--- 44 unchanged lines hidden ---