blob: 9521e68aa3b3eb8c4b6d5fd6b02a7eab71c7a176 [file] [log] [blame]
Jeff Kirsher11597882011-07-13 15:38:08 -07001#
2# Intel 82596/82593/82596 network device configuration
3#
4
5config NET_VENDOR_I825XX
6 bool "Intel (82586/82593/82596) devices"
Jeff Kirsher88f07482011-08-23 01:29:52 -07007 default y
Kees Cook18a41e32012-10-02 11:18:02 -07008 depends on NET_VENDOR_INTEL
Jeff Kirsher11597882011-07-13 15:38:08 -07009 ---help---
10 If you have a network (Ethernet) card belonging to this class, say Y
11 and read the Ethernet-HOWTO, available from
12 <http://www.tldp.org/docs.html#howto>.
13
14 Note that the answer to this question does not directly affect the
15 kernel: saying N will just cause the configurator to skip all
16 the questions about these devices. If you say Y, you will be asked for
17 your specific card in the following questions.
18
19if NET_VENDOR_I825XX
20
Jeff Kirsher11597882011-07-13 15:38:08 -070021config ARM_ETHER1
22 tristate "Acorn Ether1 support"
23 depends on ARM && ARCH_ACORN
24 ---help---
25 If you have an Acorn system with one of these (AKA25) network cards,
26 you should say Y to this option if you wish to use it with Linux.
27
Jeff Kirsher11597882011-07-13 15:38:08 -070028config BVME6000_NET
29 tristate "BVME6000 Ethernet support"
Geert Uytterhoeven3ddb7092011-10-28 10:53:32 +000030 depends on BVME6000
Jeff Kirsher11597882011-07-13 15:38:08 -070031 ---help---
32 This is the driver for the Ethernet interface on BVME4000 and
33 BVME6000 VME boards. Say Y here to include the driver for this chip
34 in your kernel.
35 To compile this driver as a module, choose M here.
36
Jeff Kirsher11597882011-07-13 15:38:08 -070037config LASI_82596
38 tristate "Lasi ethernet"
39 depends on GSC
40 ---help---
41 Say Y here to support the builtin Intel 82596 ethernet controller
42 found in Hewlett-Packard PA-RISC machines with 10Mbit ethernet.
43
Jeff Kirsher11597882011-07-13 15:38:08 -070044config MVME16x_NET
45 tristate "MVME16x Ethernet support"
46 depends on MVME16x
47 ---help---
48 This is the driver for the Ethernet interface on the Motorola
49 MVME162, 166, 167, 172 and 177 boards. Say Y here to include the
50 driver for this chip in your kernel.
51 To compile this driver as a module, choose M here.
52
Jeff Kirsher11597882011-07-13 15:38:08 -070053config SNI_82596
54 tristate "SNI RM ethernet"
55 depends on SNI_RM
56 ---help---
57 Say Y here to support the on-board Intel 82596 ethernet controller
58 built into SNI RM machines.
59
60config SUN3_82586
61 bool "Sun3 on-board Intel 82586 support"
62 depends on SUN3
63 ---help---
64 This driver enables support for the on-board Intel 82586 based
65 Ethernet adapter found on Sun 3/1xx and 3/2xx motherboards. Note
66 that this driver does not support 82586-based adapters on additional
67 VME boards.
68
Jeff Kirsher11597882011-07-13 15:38:08 -070069endif # NET_VENDOR_I825XX