Kconfig 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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/T6 Ethernet support"
  54. depends on PCI && (IPV6 || IPV6=n)
  55. select FW_LOADER
  56. select MDIO
  57. select ZLIB_DEFLATE
  58. ---help---
  59. This driver supports Chelsio T4, T5 & T6 based gigabit, 10Gb Ethernet
  60. adapter and T5/T6 based 40Gb and T6 based 25Gb, 50Gb and 100Gb
  61. Ethernet 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_T4_DCB
  70. bool "Data Center Bridging (DCB) Support for Chelsio T4/T5/T6 cards"
  71. default n
  72. depends on CHELSIO_T4 && DCB
  73. ---help---
  74. Enable DCB support through rtNetlink interface.
  75. Say Y here if you want to enable Data Center Bridging (DCB) support
  76. in the driver.
  77. If unsure, say N.
  78. config CHELSIO_T4_FCOE
  79. bool "Fibre Channel over Ethernet (FCoE) Support for Chelsio T5 cards"
  80. default n
  81. depends on CHELSIO_T4 && CHELSIO_T4_DCB && FCOE
  82. ---help---
  83. Enable FCoE offload features.
  84. Say Y here if you want to enable Fibre Channel over Ethernet (FCoE) support
  85. in the driver.
  86. If unsure, say N.
  87. config CHELSIO_T4VF
  88. tristate "Chelsio Communications T4/T5/T6 Virtual Function Ethernet support"
  89. depends on PCI
  90. ---help---
  91. This driver supports Chelsio T4, T5 & T6 based gigabit, 10Gb Ethernet
  92. adapters and T5/T6 based 40Gb and T6 based 25Gb, 50Gb and 100Gb
  93. Ethernet adapters with PCI-E SR-IOV Virtual Functions.
  94. For general information about Chelsio and our products, visit
  95. our website at <http://www.chelsio.com>.
  96. For customer support, please visit our customer support page at
  97. <http://www.chelsio.com/support.html>.
  98. Please send feedback to <linux-bugs@chelsio.com>.
  99. To compile this driver as a module choose M here; the module
  100. will be called cxgb4vf.
  101. config CHELSIO_LIB
  102. tristate
  103. ---help---
  104. Common library for Chelsio drivers.
  105. endif # NET_VENDOR_CHELSIO