1# 2# Exar device configuration 3# 4 5config NET_VENDOR_NETERION 6 bool "Neterion (Exar) devices" 7 default y 8 depends on PCI 9 ---help--- 10 If you have a network (Ethernet) card belonging to this class, say Y. 11 12 Note that the answer to this question doesn't directly affect the 13 kernel: saying N will just cause the configurator to skip all 14 the questions about Neterion/Exar cards. If you say Y, you will be 15 asked for your specific card in the following questions. 16 17if NET_VENDOR_NETERION 18 19config S2IO 20 tristate "Neterion (Exar) Xframe 10Gb Ethernet Adapter" 21 depends on PCI 22 ---help--- 23 This driver supports Exar Corp's Xframe Series 10Gb Ethernet Adapters. 24 These were originally released from S2IO, which renamed itself 25 Neterion. So, the adapters might be labeled as either one, depending 26 on its age. 27 28 More specific information on configuring the driver is in 29 <file:Documentation/networking/device_drivers/neterion/s2io.txt>. 30 31 To compile this driver as a module, choose M here. The module 32 will be called s2io. 33 34config VXGE 35 tristate "Neterion (Exar) X3100 Series 10GbE PCIe Server Adapter" 36 depends on PCI 37 ---help--- 38 This driver supports Exar Corp's X3100 Series 10 GbE PCIe 39 I/O Virtualized Server Adapter. These were originally released from 40 Neterion, which was later acquired by Exar. So, the adapters might be 41 labeled as either one, depending on its age. 42 43 More specific information on configuring the driver is in 44 <file:Documentation/networking/device_drivers/neterion/vxge.txt>. 45 46 To compile this driver as a module, choose M here. The module 47 will be called vxge. 48 49config VXGE_DEBUG_TRACE_ALL 50 bool "Enabling All Debug trace statements in driver" 51 default n 52 depends on VXGE 53 ---help--- 54 Say Y here if you want to enabling all the debug trace statements in 55 the vxge driver. By default only few debug trace statements are 56 enabled. 57 58endif # NET_VENDOR_NETERION 59