brintos

brintos / linux-shallow public Read only

0
0
Text · 2.1 KiB · 3b5fab1 Raw
69 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Intel 82596/82593/82596 network device configuration4#5 6config NET_VENDOR_I825XX7	bool "Intel (82586/82593/82596) devices"8	default y9	depends on NET_VENDOR_INTEL10	help11	  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 the14	  kernel: saying N will just cause the configurator to skip all15	  the questions about these devices. If you say Y, you will be asked for16	  your specific card in the following questions.17 18if NET_VENDOR_I825XX19 20config ARM_ETHER121	tristate "Acorn Ether1 support"22	depends on ARM && ARCH_ACORN23	help24	  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_NET28	tristate "BVME6000 Ethernet support"29	depends on BVME600030	help31	  This is the driver for the Ethernet interface on BVME4000 and32	  BVME6000 VME boards.  Say Y here to include the driver for this chip33	  in your kernel.34	  To compile this driver as a module, choose M here.35 36config LASI_8259637	tristate "Lasi ethernet"38	depends on GSC39	help40	  Say Y here to support the builtin Intel 82596 ethernet controller41	  found in Hewlett-Packard PA-RISC machines with 10Mbit ethernet.42 43config MVME16x_NET44	tristate "MVME16x Ethernet support"45	depends on MVME16x46	help47	  This is the driver for the Ethernet interface on the Motorola48	  MVME162, 166, 167, 172 and 177 boards.  Say Y here to include the49	  driver for this chip in your kernel.50	  To compile this driver as a module, choose M here.51 52config SNI_8259653	tristate "SNI RM ethernet"54	depends on SNI_RM55	help56	  Say Y here to support the on-board Intel 82596 ethernet controller57	  built into SNI RM machines.58 59config SUN3_8258660	bool "Sun3 on-board Intel 82586 support"61	depends on SUN362	help63	  This driver enables support for the on-board Intel 82586 based64	  Ethernet adapter found on Sun 3/1xx and 3/2xx motherboards.  Note65	  that this driver does not support 82586-based adapters on additional66	  VME boards.67 68endif # NET_VENDOR_I825XX69