18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 28c2ecf20Sopenharmony_ci# 38c2ecf20Sopenharmony_ci# Intel 82596/82593/82596 network device configuration 48c2ecf20Sopenharmony_ci# 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ciconfig NET_VENDOR_I825XX 78c2ecf20Sopenharmony_ci bool "Intel (82586/82593/82596) devices" 88c2ecf20Sopenharmony_ci default y 98c2ecf20Sopenharmony_ci depends on NET_VENDOR_INTEL 108c2ecf20Sopenharmony_ci help 118c2ecf20Sopenharmony_ci If you have a network (Ethernet) card belonging to this class, say Y. 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci Note that the answer to this question does not directly affect the 148c2ecf20Sopenharmony_ci kernel: saying N will just cause the configurator to skip all 158c2ecf20Sopenharmony_ci the questions about these devices. If you say Y, you will be asked for 168c2ecf20Sopenharmony_ci your specific card in the following questions. 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_ciif NET_VENDOR_I825XX 198c2ecf20Sopenharmony_ci 208c2ecf20Sopenharmony_ciconfig ARM_ETHER1 218c2ecf20Sopenharmony_ci tristate "Acorn Ether1 support" 228c2ecf20Sopenharmony_ci depends on ARM && ARCH_ACORN 238c2ecf20Sopenharmony_ci help 248c2ecf20Sopenharmony_ci If you have an Acorn system with one of these (AKA25) network cards, 258c2ecf20Sopenharmony_ci you should say Y to this option if you wish to use it with Linux. 268c2ecf20Sopenharmony_ci 278c2ecf20Sopenharmony_ciconfig BVME6000_NET 288c2ecf20Sopenharmony_ci tristate "BVME6000 Ethernet support" 298c2ecf20Sopenharmony_ci depends on BVME6000 308c2ecf20Sopenharmony_ci help 318c2ecf20Sopenharmony_ci This is the driver for the Ethernet interface on BVME4000 and 328c2ecf20Sopenharmony_ci BVME6000 VME boards. Say Y here to include the driver for this chip 338c2ecf20Sopenharmony_ci in your kernel. 348c2ecf20Sopenharmony_ci To compile this driver as a module, choose M here. 358c2ecf20Sopenharmony_ci 368c2ecf20Sopenharmony_ciconfig LASI_82596 378c2ecf20Sopenharmony_ci tristate "Lasi ethernet" 388c2ecf20Sopenharmony_ci depends on GSC 398c2ecf20Sopenharmony_ci help 408c2ecf20Sopenharmony_ci Say Y here to support the builtin Intel 82596 ethernet controller 418c2ecf20Sopenharmony_ci found in Hewlett-Packard PA-RISC machines with 10Mbit ethernet. 428c2ecf20Sopenharmony_ci 438c2ecf20Sopenharmony_ciconfig MVME16x_NET 448c2ecf20Sopenharmony_ci tristate "MVME16x Ethernet support" 458c2ecf20Sopenharmony_ci depends on MVME16x 468c2ecf20Sopenharmony_ci help 478c2ecf20Sopenharmony_ci This is the driver for the Ethernet interface on the Motorola 488c2ecf20Sopenharmony_ci MVME162, 166, 167, 172 and 177 boards. Say Y here to include the 498c2ecf20Sopenharmony_ci driver for this chip in your kernel. 508c2ecf20Sopenharmony_ci To compile this driver as a module, choose M here. 518c2ecf20Sopenharmony_ci 528c2ecf20Sopenharmony_ciconfig SNI_82596 538c2ecf20Sopenharmony_ci tristate "SNI RM ethernet" 548c2ecf20Sopenharmony_ci depends on SNI_RM 558c2ecf20Sopenharmony_ci help 568c2ecf20Sopenharmony_ci Say Y here to support the on-board Intel 82596 ethernet controller 578c2ecf20Sopenharmony_ci built into SNI RM machines. 588c2ecf20Sopenharmony_ci 598c2ecf20Sopenharmony_ciconfig SUN3_82586 608c2ecf20Sopenharmony_ci bool "Sun3 on-board Intel 82586 support" 618c2ecf20Sopenharmony_ci depends on SUN3 628c2ecf20Sopenharmony_ci help 638c2ecf20Sopenharmony_ci This driver enables support for the on-board Intel 82586 based 648c2ecf20Sopenharmony_ci Ethernet adapter found on Sun 3/1xx and 3/2xx motherboards. Note 658c2ecf20Sopenharmony_ci that this driver does not support 82586-based adapters on additional 668c2ecf20Sopenharmony_ci VME boards. 678c2ecf20Sopenharmony_ci 688c2ecf20Sopenharmony_ciendif # NET_VENDOR_I825XX 69