blob: 45d493036cece768b7355d79aabf2424378a58dc [file] [log] [blame]
Jeff Kirsher8efc9122011-05-12 21:21:33 -07001#
2# Racal-Interlan device configuration
3#
4
5config NET_VENDOR_RACAL
6 bool "Racal-Interlan (Micom) NI devices"
7 depends on ISA
8 ---help---
9 If you have a network (Ethernet) card belonging to this class, such
10 as the NI5010, NI5210 or NI6210, say Y and read the Ethernet-HOWTO,
11 available from <http://www.tldp.org/docs.html#howto>.
12
13 Note that the answer to this question doesn't directly affect the
14 kernel: saying N will just cause the configurator to skip all
15 the questions about NI cards. If you say Y, you will be asked for
16 your specific card in the following questions.
17
18if NET_VENDOR_RACAL
19
20config NI5010
21 tristate "NI5010 support (EXPERIMENTAL)"
22 depends on ISA && EXPERIMENTAL && BROKEN_ON_SMP
23 ---help---
24 If you have a network (Ethernet) card of this type, say Y and read
25 the Ethernet-HOWTO, available from
26 <http://www.tldp.org/docs.html#howto>. Note that this is still
27 experimental code.
28
29 To compile this driver as a module, choose M here. The module
30 will be called ni5010.
31
32endif # NET_VENDOR_RACAL