Kconfig 1.8 KB

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