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 Ethernet support"
71	depends on PCI
72	select FW_LOADER
73	select MDIO
74	---help---
75	  This driver supports Chelsio T4-based gigabit and 10Gb Ethernet
76	  adapters.
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_T4VF
90	tristate "Chelsio Communications T4 Virtual Function Ethernet support"
91	depends on PCI
92	---help---
93	  This driver supports Chelsio T4-based gigabit and 10Gb Ethernet
94	  adapters with PCI-E SR-IOV Virtual Functions.
95
96	  For general information about Chelsio and our products, visit
97	  our website at <http://www.chelsio.com>.
98
99	  For customer support, please visit our customer support page at
100	  <http://www.chelsio.com/support.html>.
101
102	  Please send feedback to <linux-bugs@chelsio.com>.
103
104	  To compile this driver as a module choose M here; the module
105	  will be called cxgb4vf.
106
107endif # NET_VENDOR_CHELSIO
108