186387e1aSJeff Kirsher# 286387e1aSJeff Kirsher# Exar device configuration 386387e1aSJeff Kirsher# 486387e1aSJeff Kirsher 5*d39db3b4SJon Masonconfig NET_VENDOR_NETERION 6*d39db3b4SJon Mason bool "Neterion (Exar) devices" 788f07484SJeff Kirsher default y 886387e1aSJeff Kirsher depends on PCI 986387e1aSJeff Kirsher ---help--- 10138b15edSPaul Gortmaker If you have a network (Ethernet) card belonging to this class, say Y. 1186387e1aSJeff Kirsher 1286387e1aSJeff Kirsher Note that the answer to this question doesn't directly affect the 1386387e1aSJeff Kirsher kernel: saying N will just cause the configurator to skip all 14*d39db3b4SJon Mason the questions about Neterion/Exar cards. If you say Y, you will be 15*d39db3b4SJon Mason asked for your specific card in the following questions. 1686387e1aSJeff Kirsher 17*d39db3b4SJon Masonif NET_VENDOR_NETERION 1886387e1aSJeff Kirsher 1986387e1aSJeff Kirsherconfig S2IO 20*d39db3b4SJon Mason tristate "Neterion (Exar) Xframe 10Gb Ethernet Adapter" 2186387e1aSJeff Kirsher depends on PCI 2286387e1aSJeff Kirsher ---help--- 2386387e1aSJeff Kirsher This driver supports Exar Corp's Xframe Series 10Gb Ethernet Adapters. 24*d39db3b4SJon Mason These were originally released from S2IO, which renamed itself 25*d39db3b4SJon Mason Neterion. So, the adapters might be labeled as either one, depending 26*d39db3b4SJon Mason on its age. 2786387e1aSJeff Kirsher 2886387e1aSJeff Kirsher More specific information on configuring the driver is in 2986387e1aSJeff Kirsher <file:Documentation/networking/s2io.txt>. 3086387e1aSJeff Kirsher 3186387e1aSJeff Kirsher To compile this driver as a module, choose M here. The module 3286387e1aSJeff Kirsher will be called s2io. 3386387e1aSJeff Kirsher 3486387e1aSJeff Kirsherconfig VXGE 35*d39db3b4SJon Mason tristate "Neterion (Exar) X3100 Series 10GbE PCIe Server Adapter" 36ff33c0e1SBen Hutchings depends on PCI 3786387e1aSJeff Kirsher ---help--- 3886387e1aSJeff Kirsher This driver supports Exar Corp's X3100 Series 10 GbE PCIe 39*d39db3b4SJon Mason I/O Virtualized Server Adapter. These were originally released from 40*d39db3b4SJon Mason Neterion, which was later acquired by Exar. So, the adapters might be 41*d39db3b4SJon Mason labeled as either one, depending on its age. 4286387e1aSJeff Kirsher 4386387e1aSJeff Kirsher More specific information on configuring the driver is in 4486387e1aSJeff Kirsher <file:Documentation/networking/vxge.txt>. 4586387e1aSJeff Kirsher 4686387e1aSJeff Kirsher To compile this driver as a module, choose M here. The module 4786387e1aSJeff Kirsher will be called vxge. 4886387e1aSJeff Kirsher 4986387e1aSJeff Kirsherconfig VXGE_DEBUG_TRACE_ALL 5086387e1aSJeff Kirsher bool "Enabling All Debug trace statements in driver" 5186387e1aSJeff Kirsher default n 5286387e1aSJeff Kirsher depends on VXGE 5386387e1aSJeff Kirsher ---help--- 5486387e1aSJeff Kirsher Say Y here if you want to enabling all the debug trace statements in 5586387e1aSJeff Kirsher the vxge driver. By default only few debug trace statements are 5686387e1aSJeff Kirsher enabled. 5786387e1aSJeff Kirsher 58*d39db3b4SJon Masonendif # NET_VENDOR_NETERION 59