Kconfig 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. #
  2. # Chelsio device configuration
  3. #
  4. config NET_VENDOR_CHELSIO
  5. bool "Chelsio devices"
  6. default y
  7. depends on PCI || INET
  8. ---help---
  9. If you have a network (Ethernet) card belonging to this class, say Y
  10. 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 Chelsio devices. If you say Y, you will be asked for
  15. your specific card in the following questions.
  16. if NET_VENDOR_CHELSIO
  17. config CHELSIO_T1
  18. tristate "Chelsio 10Gb Ethernet support"
  19. depends on PCI
  20. select CRC32
  21. select MDIO
  22. ---help---
  23. This driver supports Chelsio gigabit and 10-gigabit
  24. Ethernet cards. More information about adapter features and
  25. performance tuning is in <file:Documentation/networking/cxgb.txt>.
  26. For general information about Chelsio and our products, visit
  27. our website at <http://www.chelsio.com>.
  28. For customer support, please visit our customer support page at
  29. <http://www.chelsio.com/support.html>.
  30. Please send feedback to <linux-bugs@chelsio.com>.
  31. To compile this driver as a module, choose M here: the module
  32. will be called cxgb.
  33. config CHELSIO_T1_1G
  34. bool "Chelsio gigabit Ethernet support"
  35. depends on CHELSIO_T1
  36. ---help---
  37. Enables support for Chelsio's gigabit Ethernet PCI cards. If you
  38. are using only 10G cards say 'N' here.
  39. config CHELSIO_T3
  40. tristate "Chelsio Communications T3 10Gb Ethernet support"
  41. depends on PCI && INET
  42. select FW_LOADER
  43. select MDIO
  44. ---help---
  45. This driver supports Chelsio T3-based gigabit and 10Gb Ethernet
  46. adapters.
  47. For general information about Chelsio and our products, visit
  48. our website at <http://www.chelsio.com>.
  49. For customer support, please visit our customer support page at
  50. <http://www.chelsio.com/support.html>.
  51. Please send feedback to <linux-bugs@chelsio.com>.
  52. To compile this driver as a module, choose M here: the module
  53. will be called cxgb3.
  54. config CHELSIO_T4
  55. tristate "Chelsio Communications T4 Ethernet support"
  56. depends on PCI
  57. select FW_LOADER
  58. select MDIO
  59. ---help---
  60. This driver supports Chelsio T4-based gigabit and 10Gb Ethernet
  61. adapters.
  62. For general information about Chelsio and our products, visit
  63. our website at <http://www.chelsio.com>.
  64. For customer support, please visit our customer support page at
  65. <http://www.chelsio.com/support.html>.
  66. Please send feedback to <linux-bugs@chelsio.com>.
  67. To compile this driver as a module choose M here; the module
  68. will be called cxgb4.
  69. config CHELSIO_T4VF
  70. tristate "Chelsio Communications T4 Virtual Function Ethernet support"
  71. depends on PCI
  72. ---help---
  73. This driver supports Chelsio T4-based gigabit and 10Gb Ethernet
  74. adapters with PCI-E SR-IOV Virtual Functions.
  75. For general information about Chelsio and our products, visit
  76. our website at <http://www.chelsio.com>.
  77. For customer support, please visit our customer support page at
  78. <http://www.chelsio.com/support.html>.
  79. Please send feedback to <linux-bugs@chelsio.com>.
  80. To compile this driver as a module choose M here; the module
  81. will be called cxgb4vf.
  82. endif # NET_VENDOR_CHELSIO