Kconfig 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. #
  2. # Exar device configuration
  3. #
  4. config NET_VENDOR_EXAR
  5. bool "Exar devices"
  6. depends on PCI
  7. ---help---
  8. If you have a network (Ethernet) card belonging to this class, say
  9. Y and read the Ethernet-HOWTO, available from
  10. <http://www.tldp.org/docs.html#howto>.
  11. Note that the answer to this question doesn't directly affect the
  12. kernel: saying N will just cause the configurator to skip all
  13. the questions about Exar cards. If you say Y, you will be asked for
  14. your specific card in the following questions.
  15. if NET_VENDOR_EXAR
  16. config S2IO
  17. tristate "Exar Xframe 10Gb Ethernet Adapter"
  18. depends on PCI
  19. ---help---
  20. This driver supports Exar Corp's Xframe Series 10Gb Ethernet Adapters.
  21. More specific information on configuring the driver is in
  22. <file:Documentation/networking/s2io.txt>.
  23. To compile this driver as a module, choose M here. The module
  24. will be called s2io.
  25. config VXGE
  26. tristate "Exar X3100 Series 10GbE PCIe Server Adapter"
  27. depends on PCI && INET
  28. ---help---
  29. This driver supports Exar Corp's X3100 Series 10 GbE PCIe
  30. I/O Virtualized Server Adapter.
  31. More specific information on configuring the driver is in
  32. <file:Documentation/networking/vxge.txt>.
  33. To compile this driver as a module, choose M here. The module
  34. will be called vxge.
  35. config VXGE_DEBUG_TRACE_ALL
  36. bool "Enabling All Debug trace statements in driver"
  37. default n
  38. depends on VXGE
  39. ---help---
  40. Say Y here if you want to enabling all the debug trace statements in
  41. the vxge driver. By default only few debug trace statements are
  42. enabled.
  43. endif # NET_VENDOR_EXAR