1# 2# Chelsio device configuration 3# 4 5config NET_VENDOR_CHELSIO 6 bool "Chelsio devices" 7 default y 8 depends on PCI 9 ---help--- 10 If you have a network (Ethernet) card belonging to this class, say Y 11 and read the Ethernet-HOWTO, available from 12 <http://www.tldp.org/docs.html#howto>. 13 14 Note that the answer to this question doesn't directly affect the 15 kernel: saying N will just cause the configurator to skip all 16 the questions about Chelsio devices. If you say Y, you will be asked for 17 your specific card in the following questions. 18 19if NET_VENDOR_CHELSIO 20 21config CHELSIO_T1 22 tristate "Chelsio 10Gb Ethernet support" 23 depends on PCI 24 select CRC32 25 select MDIO 26 ---help--- 27 This driver supports Chelsio gigabit and 10-gigabit 28 Ethernet cards. More information about adapter features and 29 performance tuning is in <file:Documentation/networking/cxgb.txt>. 30 31 For general information about Chelsio and our products, visit 32 our website at <http://www.chelsio.com>. 33 34 For customer support, please visit our customer support page at 35 <http://www.chelsio.com/support.html>. 36 37 Please send feedback to <linux-bugs@chelsio.com>. 38 39 To compile this driver as a module, choose M here: the module 40 will be called cxgb. 41 42config CHELSIO_T1_1G 43 bool "Chelsio gigabit Ethernet support" 44 depends on CHELSIO_T1 45 ---help--- 46 Enables support for Chelsio's gigabit Ethernet PCI cards. If you 47 are using only 10G cards say 'N' here. 48 49config CHELSIO_T3 50 tristate "Chelsio Communications T3 10Gb Ethernet support" 51 depends on PCI && INET 52 select FW_LOADER 53 select MDIO 54 ---help--- 55 This driver supports Chelsio T3-based gigabit and 10Gb Ethernet 56 adapters. 57 58 For general information about Chelsio and our products, visit 59 our website at <http://www.chelsio.com>. 60 61 For customer support, please visit our customer support page at 62 <http://www.chelsio.com/support.html>. 63 64 Please send feedback to <linux-bugs@chelsio.com>. 65 66 To compile this driver as a module, choose M here: the module 67 will be called cxgb3. 68 69config CHELSIO_T4 70 tristate "Chelsio Communications T4/T5 Ethernet support" 71 depends on PCI && (IPV6 || IPV6=n) 72 select FW_LOADER 73 select MDIO 74 ---help--- 75 This driver supports Chelsio T4 and T5 based gigabit, 10Gb Ethernet 76 adapter and T5 based 40Gb Ethernet adapter. 77 78 For general information about Chelsio and our products, visit 79 our website at <http://www.chelsio.com>. 80 81 For customer support, please visit our customer support page at 82 <http://www.chelsio.com/support.html>. 83 84 Please send feedback to <linux-bugs@chelsio.com>. 85 86 To compile this driver as a module choose M here; the module 87 will be called cxgb4. 88 89config CHELSIO_T4_DCB 90 bool "Data Center Bridging (DCB) Support for Chelsio T4/T5 cards" 91 default n 92 depends on CHELSIO_T4 && DCB 93 ---help--- 94 Enable DCB support through rtNetlink interface. 95 Say Y here if you want to enable Data Center Bridging (DCB) support 96 in the driver. 97 98 If unsure, say N. 99 100config CHELSIO_T4VF 101 tristate "Chelsio Communications T4/T5 Virtual Function Ethernet support" 102 depends on PCI 103 ---help--- 104 This driver supports Chelsio T4 and T5 based gigabit, 10Gb Ethernet 105 adapters and T5 based 40Gb Ethernet adapters with PCI-E SR-IOV Virtual 106 Functions. 107 108 For general information about Chelsio and our products, visit 109 our website at <http://www.chelsio.com>. 110 111 For customer support, please visit our customer support page at 112 <http://www.chelsio.com/support.html>. 113 114 Please send feedback to <linux-bugs@chelsio.com>. 115 116 To compile this driver as a module choose M here; the module 117 will be called cxgb4vf. 118 119endif # NET_VENDOR_CHELSIO 120