1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 211597885SJeff Kirsher# 311597885SJeff Kirsher# Intel 82596/82593/82596 network device configuration 411597885SJeff Kirsher# 511597885SJeff Kirsher 611597885SJeff Kirsherconfig NET_VENDOR_I825XX 711597885SJeff Kirsher bool "Intel (82586/82593/82596) devices" 888f07484SJeff Kirsher default y 918a41e36SKees Cook depends on NET_VENDOR_INTEL 10*a7f7f624SMasahiro Yamada help 11138b15edSPaul Gortmaker If you have a network (Ethernet) card belonging to this class, say Y. 1211597885SJeff Kirsher 1311597885SJeff Kirsher Note that the answer to this question does not directly affect the 1411597885SJeff Kirsher kernel: saying N will just cause the configurator to skip all 1511597885SJeff Kirsher the questions about these devices. If you say Y, you will be asked for 1611597885SJeff Kirsher your specific card in the following questions. 1711597885SJeff Kirsher 1811597885SJeff Kirsherif NET_VENDOR_I825XX 1911597885SJeff Kirsher 2011597885SJeff Kirsherconfig ARM_ETHER1 2111597885SJeff Kirsher tristate "Acorn Ether1 support" 2211597885SJeff Kirsher depends on ARM && ARCH_ACORN 23*a7f7f624SMasahiro Yamada help 2411597885SJeff Kirsher If you have an Acorn system with one of these (AKA25) network cards, 2511597885SJeff Kirsher you should say Y to this option if you wish to use it with Linux. 2611597885SJeff Kirsher 2711597885SJeff Kirsherconfig BVME6000_NET 2811597885SJeff Kirsher tristate "BVME6000 Ethernet support" 293ddb709aSGeert Uytterhoeven depends on BVME6000 30*a7f7f624SMasahiro Yamada help 3111597885SJeff Kirsher This is the driver for the Ethernet interface on BVME4000 and 3211597885SJeff Kirsher BVME6000 VME boards. Say Y here to include the driver for this chip 3311597885SJeff Kirsher in your kernel. 3411597885SJeff Kirsher To compile this driver as a module, choose M here. 3511597885SJeff Kirsher 3611597885SJeff Kirsherconfig LASI_82596 3711597885SJeff Kirsher tristate "Lasi ethernet" 3811597885SJeff Kirsher depends on GSC 39*a7f7f624SMasahiro Yamada help 4011597885SJeff Kirsher Say Y here to support the builtin Intel 82596 ethernet controller 4111597885SJeff Kirsher found in Hewlett-Packard PA-RISC machines with 10Mbit ethernet. 4211597885SJeff Kirsher 4311597885SJeff Kirsherconfig MVME16x_NET 4411597885SJeff Kirsher tristate "MVME16x Ethernet support" 4511597885SJeff Kirsher depends on MVME16x 46*a7f7f624SMasahiro Yamada help 4711597885SJeff Kirsher This is the driver for the Ethernet interface on the Motorola 4811597885SJeff Kirsher MVME162, 166, 167, 172 and 177 boards. Say Y here to include the 4911597885SJeff Kirsher driver for this chip in your kernel. 5011597885SJeff Kirsher To compile this driver as a module, choose M here. 5111597885SJeff Kirsher 5211597885SJeff Kirsherconfig SNI_82596 5311597885SJeff Kirsher tristate "SNI RM ethernet" 5411597885SJeff Kirsher depends on SNI_RM 55*a7f7f624SMasahiro Yamada help 5611597885SJeff Kirsher Say Y here to support the on-board Intel 82596 ethernet controller 5711597885SJeff Kirsher built into SNI RM machines. 5811597885SJeff Kirsher 5911597885SJeff Kirsherconfig SUN3_82586 6011597885SJeff Kirsher bool "Sun3 on-board Intel 82586 support" 6111597885SJeff Kirsher depends on SUN3 62*a7f7f624SMasahiro Yamada help 6311597885SJeff Kirsher This driver enables support for the on-board Intel 82586 based 6411597885SJeff Kirsher Ethernet adapter found on Sun 3/1xx and 3/2xx motherboards. Note 6511597885SJeff Kirsher that this driver does not support 82586-based adapters on additional 6611597885SJeff Kirsher VME boards. 6711597885SJeff Kirsher 6811597885SJeff Kirsherendif # NET_VENDOR_I825XX 69