Kconfig 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. #
  2. # Chelsio device configuration
  3. #
  4. config NET_VENDOR_CHELSIO
  5. bool "Chelsio 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 Chelsio devices. If you say Y, you will be asked for
  13. your specific card in the following questions.
  14. if NET_VENDOR_CHELSIO
  15. config CHELSIO_T1
  16. tristate "Chelsio 10Gb Ethernet support"
  17. depends on PCI
  18. select CRC32
  19. select MDIO
  20. ---help---
  21. This driver supports Chelsio gigabit and 10-gigabit
  22. Ethernet cards. More information about adapter features and
  23. performance tuning is in <file:Documentation/networking/cxgb.txt>.
  24. For general information about Chelsio and our products, visit
  25. our website at <http://www.chelsio.com>.
  26. For customer support, please visit our customer support page at
  27. <http://www.chelsio.com/support.html>.
  28. Please send feedback to <linux-bugs@chelsio.com>.
  29. To compile this driver as a module, choose M here: the module
  30. will be called cxgb.
  31. config CHELSIO_T1_1G
  32. bool "Chelsio gigabit Ethernet support"
  33. depends on CHELSIO_T1
  34. ---help---
  35. Enables support for Chelsio's gigabit Ethernet PCI cards. If you
  36. are using only 10G cards say 'N' here.
  37. config CHELSIO_T3
  38. tristate "Chelsio Communications T3 10Gb Ethernet support"
  39. depends on PCI && INET
  40. select FW_LOADER
  41. select MDIO
  42. ---help---
  43. This driver supports Chelsio T3-based gigabit and 10Gb Ethernet
  44. adapters.
  45. For general information about Chelsio and our products, visit
  46. our website at <http://www.chelsio.com>.
  47. For customer support, please visit our customer support page at
  48. <http://www.chelsio.com/support.html>.
  49. Please send feedback to <linux-bugs@chelsio.com>.
  50. To compile this driver as a module, choose M here: the module
  51. will be called cxgb3.
  52. config CHELSIO_T4
  53. tristate "Chelsio Communications T4/T5 Ethernet support"
  54. depends on PCI && (IPV6 || IPV6=n)
  55. select FW_LOADER
  56. select MDIO
  57. ---help---
  58. This driver supports Chelsio T4 and T5 based gigabit, 10Gb Ethernet
  59. adapter and T5 based 40Gb Ethernet adapter.
  60. For general information about Chelsio and our products, visit
  61. our website at <http://www.chelsio.com>.
  62. For customer support, please visit our customer support page at
  63. <http://www.chelsio.com/support.html>.
  64. Please send feedback to <linux-bugs@chelsio.com>.
  65. To compile this driver as a module choose M here; the module
  66. will be called cxgb4.
  67. config CHELSIO_T4_DCB
  68. bool "Data Center Bridging (DCB) Support for Chelsio T4/T5 cards"
  69. default n
  70. depends on CHELSIO_T4 && DCB
  71. ---help---
  72. Enable DCB support through rtNetlink interface.
  73. Say Y here if you want to enable Data Center Bridging (DCB) support
  74. in the driver.
  75. If unsure, say N.
  76. config CHELSIO_T4_FCOE
  77. bool "Fibre Channel over Ethernet (FCoE) Support for Chelsio T5 cards"
  78. default n
  79. depends on CHELSIO_T4 && CHELSIO_T4_DCB && FCOE
  80. ---help---
  81. Enable FCoE offload features.
  82. Say Y here if you want to enable Fibre Channel over Ethernet (FCoE) support
  83. in the driver.
  84. If unsure, say N.
  85. config CHELSIO_T4VF
  86. tristate "Chelsio Communications T4/T5 Virtual Function Ethernet support"
  87. depends on PCI
  88. ---help---
  89. This driver supports Chelsio T4 and T5 based gigabit, 10Gb Ethernet
  90. adapters and T5 based 40Gb Ethernet adapters with PCI-E SR-IOV Virtual
  91. Functions.
  92. For general information about Chelsio and our products, visit
  93. our website at <http://www.chelsio.com>.
  94. For customer support, please visit our customer support page at
  95. <http://www.chelsio.com/support.html>.
  96. Please send feedback to <linux-bugs@chelsio.com>.
  97. To compile this driver as a module choose M here; the module
  98. will be called cxgb4vf.
  99. endif # NET_VENDOR_CHELSIO