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