Kconfig 1.6 KB

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