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