Jeff Kirsher | f7917c0 | 2011-04-07 06:57:17 -0700 | [diff] [blame] | 1 | # |
| 2 | # Chelsio device configuration |
| 3 | # |
| 4 | |
| 5 | config NET_VENDOR_CHELSIO |
| 6 | bool "Chelsio devices" |
Jeff Kirsher | 88f0748 | 2011-08-23 01:29:52 -0700 | [diff] [blame] | 7 | default y |
Ben Hutchings | ff33c0e | 2012-11-16 12:47:39 +0000 | [diff] [blame] | 8 | depends on PCI |
Jeff Kirsher | f7917c0 | 2011-04-07 06:57:17 -0700 | [diff] [blame] | 9 | ---help--- |
Paul Gortmaker | 138b15e | 2015-06-21 16:28:02 -0400 | [diff] [blame^] | 10 | If you have a network (Ethernet) card belonging to this class, say Y. |
Jeff Kirsher | f7917c0 | 2011-04-07 06:57:17 -0700 | [diff] [blame] | 11 | |
| 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 | |
| 17 | if NET_VENDOR_CHELSIO |
| 18 | |
| 19 | config CHELSIO_T1 |
| 20 | tristate "Chelsio 10Gb Ethernet support" |
| 21 | depends on PCI |
| 22 | select CRC32 |
| 23 | select MDIO |
| 24 | ---help--- |
| 25 | This driver supports Chelsio gigabit and 10-gigabit |
| 26 | Ethernet cards. More information about adapter features and |
| 27 | performance tuning is in <file:Documentation/networking/cxgb.txt>. |
| 28 | |
| 29 | For general information about Chelsio and our products, visit |
| 30 | our website at <http://www.chelsio.com>. |
| 31 | |
| 32 | For customer support, please visit our customer support page at |
| 33 | <http://www.chelsio.com/support.html>. |
| 34 | |
| 35 | Please send feedback to <linux-bugs@chelsio.com>. |
| 36 | |
| 37 | To compile this driver as a module, choose M here: the module |
| 38 | will be called cxgb. |
| 39 | |
| 40 | config CHELSIO_T1_1G |
| 41 | bool "Chelsio gigabit Ethernet support" |
| 42 | depends on CHELSIO_T1 |
| 43 | ---help--- |
| 44 | Enables support for Chelsio's gigabit Ethernet PCI cards. If you |
| 45 | are using only 10G cards say 'N' here. |
| 46 | |
| 47 | config CHELSIO_T3 |
| 48 | tristate "Chelsio Communications T3 10Gb Ethernet support" |
Ben Hutchings | 9e3262e | 2012-11-28 20:03:03 +0000 | [diff] [blame] | 49 | depends on PCI && INET |
Jeff Kirsher | f7917c0 | 2011-04-07 06:57:17 -0700 | [diff] [blame] | 50 | select FW_LOADER |
| 51 | select MDIO |
| 52 | ---help--- |
| 53 | This driver supports Chelsio T3-based gigabit and 10Gb Ethernet |
| 54 | adapters. |
| 55 | |
| 56 | For general information about Chelsio and our products, visit |
| 57 | our website at <http://www.chelsio.com>. |
| 58 | |
| 59 | For customer support, please visit our customer support page at |
| 60 | <http://www.chelsio.com/support.html>. |
| 61 | |
| 62 | Please send feedback to <linux-bugs@chelsio.com>. |
| 63 | |
| 64 | To compile this driver as a module, choose M here: the module |
| 65 | will be called cxgb3. |
| 66 | |
| 67 | config CHELSIO_T4 |
Hariprasad Shenai | 535cdf3 | 2014-04-25 18:00:12 +0530 | [diff] [blame] | 68 | tristate "Chelsio Communications T4/T5 Ethernet support" |
Anish Bhatt | 1bb6037 | 2014-10-14 20:07:22 -0700 | [diff] [blame] | 69 | depends on PCI && (IPV6 || IPV6=n) |
Jeff Kirsher | f7917c0 | 2011-04-07 06:57:17 -0700 | [diff] [blame] | 70 | select FW_LOADER |
| 71 | select MDIO |
| 72 | ---help--- |
Hariprasad Shenai | 535cdf3 | 2014-04-25 18:00:12 +0530 | [diff] [blame] | 73 | This driver supports Chelsio T4 and T5 based gigabit, 10Gb Ethernet |
| 74 | adapter and T5 based 40Gb Ethernet adapter. |
Jeff Kirsher | f7917c0 | 2011-04-07 06:57:17 -0700 | [diff] [blame] | 75 | |
| 76 | For general information about Chelsio and our products, visit |
| 77 | our website at <http://www.chelsio.com>. |
| 78 | |
| 79 | For customer support, please visit our customer support page at |
| 80 | <http://www.chelsio.com/support.html>. |
| 81 | |
| 82 | Please send feedback to <linux-bugs@chelsio.com>. |
| 83 | |
| 84 | To compile this driver as a module choose M here; the module |
| 85 | will be called cxgb4. |
| 86 | |
Anish Bhatt | 19f43d1 | 2014-06-19 21:37:14 -0700 | [diff] [blame] | 87 | config CHELSIO_T4_DCB |
| 88 | bool "Data Center Bridging (DCB) Support for Chelsio T4/T5 cards" |
| 89 | default n |
| 90 | depends on CHELSIO_T4 && DCB |
| 91 | ---help--- |
| 92 | Enable DCB support through rtNetlink interface. |
| 93 | Say Y here if you want to enable Data Center Bridging (DCB) support |
| 94 | in the driver. |
| 95 | |
| 96 | If unsure, say N. |
| 97 | |
Varun Prakash | 241e924 | 2015-03-24 19:14:47 +0530 | [diff] [blame] | 98 | config CHELSIO_T4_FCOE |
| 99 | bool "Fibre Channel over Ethernet (FCoE) Support for Chelsio T5 cards" |
| 100 | default n |
| 101 | depends on CHELSIO_T4 && CHELSIO_T4_DCB && FCOE |
| 102 | ---help--- |
| 103 | Enable FCoE offload features. |
| 104 | Say Y here if you want to enable Fibre Channel over Ethernet (FCoE) support |
| 105 | in the driver. |
| 106 | |
| 107 | If unsure, say N. |
| 108 | |
Jeff Kirsher | f7917c0 | 2011-04-07 06:57:17 -0700 | [diff] [blame] | 109 | config CHELSIO_T4VF |
Hariprasad Shenai | 535cdf3 | 2014-04-25 18:00:12 +0530 | [diff] [blame] | 110 | tristate "Chelsio Communications T4/T5 Virtual Function Ethernet support" |
Jeff Kirsher | f7917c0 | 2011-04-07 06:57:17 -0700 | [diff] [blame] | 111 | depends on PCI |
| 112 | ---help--- |
Hariprasad Shenai | 535cdf3 | 2014-04-25 18:00:12 +0530 | [diff] [blame] | 113 | This driver supports Chelsio T4 and T5 based gigabit, 10Gb Ethernet |
| 114 | adapters and T5 based 40Gb Ethernet adapters with PCI-E SR-IOV Virtual |
| 115 | Functions. |
Jeff Kirsher | f7917c0 | 2011-04-07 06:57:17 -0700 | [diff] [blame] | 116 | |
| 117 | For general information about Chelsio and our products, visit |
| 118 | our website at <http://www.chelsio.com>. |
| 119 | |
| 120 | For customer support, please visit our customer support page at |
| 121 | <http://www.chelsio.com/support.html>. |
| 122 | |
| 123 | Please send feedback to <linux-bugs@chelsio.com>. |
| 124 | |
| 125 | To compile this driver as a module choose M here; the module |
| 126 | will be called cxgb4vf. |
| 127 | |
| 128 | endif # NET_VENDOR_CHELSIO |