186387e1aSJeff Kirsher# 286387e1aSJeff Kirsher# Exar device configuration 386387e1aSJeff Kirsher# 486387e1aSJeff Kirsher 586387e1aSJeff Kirsherconfig NET_VENDOR_EXAR 686387e1aSJeff Kirsher bool "Exar devices" 7*88f07484SJeff Kirsher default y 886387e1aSJeff Kirsher depends on PCI 986387e1aSJeff Kirsher ---help--- 1086387e1aSJeff Kirsher If you have a network (Ethernet) card belonging to this class, say 1186387e1aSJeff Kirsher Y and read the Ethernet-HOWTO, available from 1286387e1aSJeff Kirsher <http://www.tldp.org/docs.html#howto>. 1386387e1aSJeff Kirsher 1486387e1aSJeff Kirsher Note that the answer to this question doesn't directly affect the 1586387e1aSJeff Kirsher kernel: saying N will just cause the configurator to skip all 1686387e1aSJeff Kirsher the questions about Exar cards. If you say Y, you will be asked for 1786387e1aSJeff Kirsher your specific card in the following questions. 1886387e1aSJeff Kirsher 1986387e1aSJeff Kirsherif NET_VENDOR_EXAR 2086387e1aSJeff Kirsher 2186387e1aSJeff Kirsherconfig S2IO 2286387e1aSJeff Kirsher tristate "Exar Xframe 10Gb Ethernet Adapter" 2386387e1aSJeff Kirsher depends on PCI 2486387e1aSJeff Kirsher ---help--- 2586387e1aSJeff Kirsher This driver supports Exar Corp's Xframe Series 10Gb Ethernet Adapters. 2686387e1aSJeff Kirsher 2786387e1aSJeff Kirsher More specific information on configuring the driver is in 2886387e1aSJeff Kirsher <file:Documentation/networking/s2io.txt>. 2986387e1aSJeff Kirsher 3086387e1aSJeff Kirsher To compile this driver as a module, choose M here. The module 3186387e1aSJeff Kirsher will be called s2io. 3286387e1aSJeff Kirsher 3386387e1aSJeff Kirsherconfig VXGE 3486387e1aSJeff Kirsher tristate "Exar X3100 Series 10GbE PCIe Server Adapter" 3586387e1aSJeff Kirsher depends on PCI && INET 3686387e1aSJeff Kirsher ---help--- 3786387e1aSJeff Kirsher This driver supports Exar Corp's X3100 Series 10 GbE PCIe 3886387e1aSJeff Kirsher I/O Virtualized Server Adapter. 3986387e1aSJeff Kirsher 4086387e1aSJeff Kirsher More specific information on configuring the driver is in 4186387e1aSJeff Kirsher <file:Documentation/networking/vxge.txt>. 4286387e1aSJeff Kirsher 4386387e1aSJeff Kirsher To compile this driver as a module, choose M here. The module 4486387e1aSJeff Kirsher will be called vxge. 4586387e1aSJeff Kirsher 4686387e1aSJeff Kirsherconfig VXGE_DEBUG_TRACE_ALL 4786387e1aSJeff Kirsher bool "Enabling All Debug trace statements in driver" 4886387e1aSJeff Kirsher default n 4986387e1aSJeff Kirsher depends on VXGE 5086387e1aSJeff Kirsher ---help--- 5186387e1aSJeff Kirsher Say Y here if you want to enabling all the debug trace statements in 5286387e1aSJeff Kirsher the vxge driver. By default only few debug trace statements are 5386387e1aSJeff Kirsher enabled. 5486387e1aSJeff Kirsher 5586387e1aSJeff Kirsherendif # NET_VENDOR_EXAR 56