1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Intel 82596/82593/82596 network device configuration 4# 5 6config NET_VENDOR_I825XX 7 bool "Intel (82586/82593/82596) devices" 8 default y 9 depends on NET_VENDOR_INTEL 10 help 11 If you have a network (Ethernet) card belonging to this class, say Y. 12 13 Note that the answer to this question does not directly affect the 14 kernel: saying N will just cause the configurator to skip all 15 the questions about these devices. If you say Y, you will be asked for 16 your specific card in the following questions. 17 18if NET_VENDOR_I825XX 19 20config ARM_ETHER1 21 tristate "Acorn Ether1 support" 22 depends on ARM && ARCH_ACORN 23 help 24 If you have an Acorn system with one of these (AKA25) network cards, 25 you should say Y to this option if you wish to use it with Linux. 26 27config BVME6000_NET 28 tristate "BVME6000 Ethernet support" 29 depends on BVME6000 30 help 31 This is the driver for the Ethernet interface on BVME4000 and 32 BVME6000 VME boards. Say Y here to include the driver for this chip 33 in your kernel. 34 To compile this driver as a module, choose M here. 35 36config LASI_82596 37 tristate "Lasi ethernet" 38 depends on GSC 39 help 40 Say Y here to support the builtin Intel 82596 ethernet controller 41 found in Hewlett-Packard PA-RISC machines with 10Mbit ethernet. 42 43config MVME16x_NET 44 tristate "MVME16x Ethernet support" 45 depends on MVME16x 46 help 47 This is the driver for the Ethernet interface on the Motorola 48 MVME162, 166, 167, 172 and 177 boards. Say Y here to include the 49 driver for this chip in your kernel. 50 To compile this driver as a module, choose M here. 51 52config SNI_82596 53 tristate "SNI RM ethernet" 54 depends on SNI_RM 55 help 56 Say Y here to support the on-board Intel 82596 ethernet controller 57 built into SNI RM machines. 58 59config SUN3_82586 60 bool "Sun3 on-board Intel 82586 support" 61 depends on SUN3 62 help 63 This driver enables support for the on-board Intel 82586 based 64 Ethernet adapter found on Sun 3/1xx and 3/2xx motherboards. Note 65 that this driver does not support 82586-based adapters on additional 66 VME boards. 67 68endif # NET_VENDOR_I825XX 69