Kconfig 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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. 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/T5 Ethernet support"
  56. depends on PCI && (IPV6 || IPV6=n)
  57. select FW_LOADER
  58. select MDIO
  59. ---help---
  60. This driver supports Chelsio T4 and T5 based gigabit, 10Gb Ethernet
  61. adapter and T5 based 40Gb Ethernet adapter.
  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 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_T4VF
  79. tristate "Chelsio Communications T4/T5 Virtual Function Ethernet support"
  80. depends on PCI
  81. ---help---
  82. This driver supports Chelsio T4 and T5 based gigabit, 10Gb Ethernet
  83. adapters and T5 based 40Gb Ethernet adapters with PCI-E SR-IOV Virtual
  84. Functions.
  85. For general information about Chelsio and our products, visit
  86. our website at <http://www.chelsio.com>.
  87. For customer support, please visit our customer support page at
  88. <http://www.chelsio.com/support.html>.
  89. Please send feedback to <linux-bugs@chelsio.com>.
  90. To compile this driver as a module choose M here; the module
  91. will be called cxgb4vf.
  92. endif # NET_VENDOR_CHELSIO