186387e1aSJeff Kirsher# 286387e1aSJeff Kirsher# Exar device configuration 386387e1aSJeff Kirsher# 486387e1aSJeff Kirsher 586387e1aSJeff Kirsherconfig NET_VENDOR_EXAR 686387e1aSJeff Kirsher bool "Exar devices" 788f07484SJeff Kirsher default y 886387e1aSJeff Kirsher depends on PCI 986387e1aSJeff Kirsher ---help--- 10*138b15edSPaul 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 1486387e1aSJeff Kirsher the questions about Exar cards. If you say Y, you will be asked for 1586387e1aSJeff Kirsher your specific card in the following questions. 1686387e1aSJeff Kirsher 1786387e1aSJeff Kirsherif NET_VENDOR_EXAR 1886387e1aSJeff Kirsher 1986387e1aSJeff Kirsherconfig S2IO 2086387e1aSJeff Kirsher tristate "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. 2486387e1aSJeff Kirsher 2586387e1aSJeff Kirsher More specific information on configuring the driver is in 2686387e1aSJeff Kirsher <file:Documentation/networking/s2io.txt>. 2786387e1aSJeff Kirsher 2886387e1aSJeff Kirsher To compile this driver as a module, choose M here. The module 2986387e1aSJeff Kirsher will be called s2io. 3086387e1aSJeff Kirsher 3186387e1aSJeff Kirsherconfig VXGE 3286387e1aSJeff Kirsher tristate "Exar X3100 Series 10GbE PCIe Server Adapter" 33ff33c0e1SBen Hutchings depends on PCI 3486387e1aSJeff Kirsher ---help--- 3586387e1aSJeff Kirsher This driver supports Exar Corp's X3100 Series 10 GbE PCIe 3686387e1aSJeff Kirsher I/O Virtualized Server Adapter. 3786387e1aSJeff Kirsher 3886387e1aSJeff Kirsher More specific information on configuring the driver is in 3986387e1aSJeff Kirsher <file:Documentation/networking/vxge.txt>. 4086387e1aSJeff Kirsher 4186387e1aSJeff Kirsher To compile this driver as a module, choose M here. The module 4286387e1aSJeff Kirsher will be called vxge. 4386387e1aSJeff Kirsher 4486387e1aSJeff Kirsherconfig VXGE_DEBUG_TRACE_ALL 4586387e1aSJeff Kirsher bool "Enabling All Debug trace statements in driver" 4686387e1aSJeff Kirsher default n 4786387e1aSJeff Kirsher depends on VXGE 4886387e1aSJeff Kirsher ---help--- 4986387e1aSJeff Kirsher Say Y here if you want to enabling all the debug trace statements in 5086387e1aSJeff Kirsher the vxge driver. By default only few debug trace statements are 5186387e1aSJeff Kirsher enabled. 5286387e1aSJeff Kirsher 5386387e1aSJeff Kirsherendif # NET_VENDOR_EXAR 54