Kconfig 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. #
  2. # Exar device configuration
  3. #
  4. config NET_VENDOR_EXAR
  5. bool "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 Exar cards. If you say Y, you will be asked for
  13. your specific card in the following questions.
  14. if NET_VENDOR_EXAR
  15. config S2IO
  16. tristate "Exar Xframe 10Gb Ethernet Adapter"
  17. depends on PCI
  18. ---help---
  19. This driver supports Exar Corp's Xframe Series 10Gb Ethernet Adapters.
  20. More specific information on configuring the driver is in
  21. <file:Documentation/networking/s2io.txt>.
  22. To compile this driver as a module, choose M here. The module
  23. will be called s2io.
  24. config VXGE
  25. tristate "Exar X3100 Series 10GbE PCIe Server Adapter"
  26. depends on PCI
  27. ---help---
  28. This driver supports Exar Corp's X3100 Series 10 GbE PCIe
  29. I/O Virtualized Server Adapter.
  30. More specific information on configuring the driver is in
  31. <file:Documentation/networking/vxge.txt>.
  32. To compile this driver as a module, choose M here. The module
  33. will be called vxge.
  34. config VXGE_DEBUG_TRACE_ALL
  35. bool "Enabling All Debug trace statements in driver"
  36. default n
  37. depends on VXGE
  38. ---help---
  39. Say Y here if you want to enabling all the debug trace statements in
  40. the vxge driver. By default only few debug trace statements are
  41. enabled.
  42. endif # NET_VENDOR_EXAR