# # Intel 82596/82593/82596 network device configuration # config [31mCONFIG_NET_VENDOR_I825XX[0m bool "Intel (82586/82593/82596) devices" default y depends on [31mCONFIG_NET_VENDOR_INTEL[0m ---help--- If you have a network (Ethernet) card belonging to this class, say Y. Note that the answer to this question does not directly affect the kernel: saying N will just cause the configurator to skip all the questions about these devices. If you say Y, you will be asked for your specific card in the following questions. if [31mCONFIG_NET_VENDOR_I825XX[0m config [31mCONFIG_ARM_ETHER1[0m tristate "Acorn Ether1 support" depends on [31mCONFIG_ARM[0m && [31mCONFIG_ARCH_ACORN[0m ---help--- If you have an Acorn system with one of these (AKA25) network cards, you should say Y to this option if you wish to use it with Linux. config [31mCONFIG_BVME6000_NET[0m tristate "BVME6000 Ethernet support" depends on [31mCONFIG_BVME6000[0m ---help--- This is the driver for the Ethernet interface on BVME4000 and [31mCONFIG_BVME6000[0m [31mCONFIG_VME[0m boards. Say Y here to include the driver for this chip in your kernel. To compile this driver as a module, choose [31mCONFIG_M[0m here. config [31mCONFIG_LASI_82596[0m tristate "Lasi ethernet" depends on [31mCONFIG_GSC[0m ---help--- Say Y here to support the builtin Intel 82596 ethernet controller found in Hewlett-Packard PA-RISC machines with 10Mbit ethernet. config [31mCONFIG_MVME16x_NET[0m tristate "MVME16x Ethernet support" depends on [31mCONFIG_MVME16x[0m ---help--- This is the driver for the Ethernet interface on the Motorola MVME162, 166, 167, 172 and 177 boards. Say Y here to include the driver for this chip in your kernel. To compile this driver as a module, choose [31mCONFIG_M[0m here. config [31mCONFIG_SNI_82596[0m tristate "SNI RM ethernet" depends on [31mCONFIG_SNI_RM[0m ---help--- Say Y here to support the on-board Intel 82596 ethernet controller built into SNI RM machines. config [31mCONFIG_SUN3_82586[0m bool "Sun3 on-board Intel 82586 support" depends on [31mCONFIG_SUN3[0m ---help--- This driver enables support for the on-board Intel 82586 based Ethernet adapter found on Sun 3/1xx and 3/2xx motherboards. Note that this driver does not support 82586-based adapters on additional [31mCONFIG_VME[0m boards. endif # [31mCONFIG_NET_VENDOR_I825XX[0m |