blob: 87abb4f10c43a4e08d99e5d35a60a9eae158837d [file] [log] [blame]
Jeff Kirsher86387e12011-05-13 02:51:01 -07001#
2# Exar device configuration
3#
4
5config NET_VENDOR_EXAR
6 bool "Exar devices"
Jeff Kirsher88f07482011-08-23 01:29:52 -07007 default y
Jeff Kirsher86387e12011-05-13 02:51:01 -07008 depends on PCI
9 ---help---
10 If you have a network (Ethernet) card belonging to this class, say
11 Y and read the Ethernet-HOWTO, available from
12 <http://www.tldp.org/docs.html#howto>.
13
14 Note that the answer to this question doesn't directly affect the
15 kernel: saying N will just cause the configurator to skip all
16 the questions about Exar cards. If you say Y, you will be asked for
17 your specific card in the following questions.
18
19if NET_VENDOR_EXAR
20
21config S2IO
22 tristate "Exar Xframe 10Gb Ethernet Adapter"
23 depends on PCI
24 ---help---
25 This driver supports Exar Corp's Xframe Series 10Gb Ethernet Adapters.
26
27 More specific information on configuring the driver is in
28 <file:Documentation/networking/s2io.txt>.
29
30 To compile this driver as a module, choose M here. The module
31 will be called s2io.
32
33config VXGE
34 tristate "Exar X3100 Series 10GbE PCIe Server Adapter"
Ben Hutchingsff33c0e2012-11-16 12:47:39 +000035 depends on PCI
Jeff Kirsher86387e12011-05-13 02:51:01 -070036 ---help---
37 This driver supports Exar Corp's X3100 Series 10 GbE PCIe
38 I/O Virtualized Server Adapter.
39
40 More specific information on configuring the driver is in
41 <file:Documentation/networking/vxge.txt>.
42
43 To compile this driver as a module, choose M here. The module
44 will be called vxge.
45
46config VXGE_DEBUG_TRACE_ALL
47 bool "Enabling All Debug trace statements in driver"
48 default n
49 depends on VXGE
50 ---help---
51 Say Y here if you want to enabling all the debug trace statements in
52 the vxge driver. By default only few debug trace statements are
53 enabled.
54
55endif # NET_VENDOR_EXAR