diff options
Diffstat (limited to 'drivers/net/ethernet/chelsio/Kconfig')
-rw-r--r-- | drivers/net/ethernet/chelsio/Kconfig | 106 |
1 files changed, 106 insertions, 0 deletions
diff --git a/drivers/net/ethernet/chelsio/Kconfig b/drivers/net/ethernet/chelsio/Kconfig new file mode 100644 index 000000000000..7b54574107ce --- /dev/null +++ b/drivers/net/ethernet/chelsio/Kconfig | |||
@@ -0,0 +1,106 @@ | |||
1 | # | ||
2 | # Chelsio device configuration | ||
3 | # | ||
4 | |||
5 | config NET_VENDOR_CHELSIO | ||
6 | bool "Chelsio devices" | ||
7 | depends on PCI || INET | ||
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 | |||
13 | Note that the answer to this question doesn't directly affect the | ||
14 | kernel: saying N will just cause the configurator to skip all | ||
15 | the questions about Chelsio devices. If you say Y, you will be asked for | ||
16 | your specific card in the following questions. | ||
17 | |||
18 | if NET_VENDOR_CHELSIO | ||
19 | |||
20 | config CHELSIO_T1 | ||
21 | tristate "Chelsio 10Gb Ethernet support" | ||
22 | depends on PCI | ||
23 | select CRC32 | ||
24 | select MDIO | ||
25 | ---help--- | ||
26 | This driver supports Chelsio gigabit and 10-gigabit | ||
27 | Ethernet cards. More information about adapter features and | ||
28 | performance tuning is in <file:Documentation/networking/cxgb.txt>. | ||
29 | |||
30 | For general information about Chelsio and our products, visit | ||
31 | our website at <http://www.chelsio.com>. | ||
32 | |||
33 | For customer support, please visit our customer support page at | ||
34 | <http://www.chelsio.com/support.html>. | ||
35 | |||
36 | Please send feedback to <linux-bugs@chelsio.com>. | ||
37 | |||
38 | To compile this driver as a module, choose M here: the module | ||
39 | will be called cxgb. | ||
40 | |||
41 | config CHELSIO_T1_1G | ||
42 | bool "Chelsio gigabit Ethernet support" | ||
43 | depends on CHELSIO_T1 | ||
44 | ---help--- | ||
45 | Enables support for Chelsio's gigabit Ethernet PCI cards. If you | ||
46 | are using only 10G cards say 'N' here. | ||
47 | |||
48 | config CHELSIO_T3 | ||
49 | tristate "Chelsio Communications T3 10Gb Ethernet support" | ||
50 | depends on PCI && INET | ||
51 | select FW_LOADER | ||
52 | select MDIO | ||
53 | ---help--- | ||
54 | This driver supports Chelsio T3-based gigabit and 10Gb Ethernet | ||
55 | adapters. | ||
56 | |||
57 | For general information about Chelsio and our products, visit | ||
58 | our website at <http://www.chelsio.com>. | ||
59 | |||
60 | For customer support, please visit our customer support page at | ||
61 | <http://www.chelsio.com/support.html>. | ||
62 | |||
63 | Please send feedback to <linux-bugs@chelsio.com>. | ||
64 | |||
65 | To compile this driver as a module, choose M here: the module | ||
66 | will be called cxgb3. | ||
67 | |||
68 | config CHELSIO_T4 | ||
69 | tristate "Chelsio Communications T4 Ethernet support" | ||
70 | depends on PCI | ||
71 | select FW_LOADER | ||
72 | select MDIO | ||
73 | ---help--- | ||
74 | This driver supports Chelsio T4-based gigabit and 10Gb Ethernet | ||
75 | adapters. | ||
76 | |||
77 | For general information about Chelsio and our products, visit | ||
78 | our website at <http://www.chelsio.com>. | ||
79 | |||
80 | For customer support, please visit our customer support page at | ||
81 | <http://www.chelsio.com/support.html>. | ||
82 | |||
83 | Please send feedback to <linux-bugs@chelsio.com>. | ||
84 | |||
85 | To compile this driver as a module choose M here; the module | ||
86 | will be called cxgb4. | ||
87 | |||
88 | config CHELSIO_T4VF | ||
89 | tristate "Chelsio Communications T4 Virtual Function Ethernet support" | ||
90 | depends on PCI | ||
91 | ---help--- | ||
92 | This driver supports Chelsio T4-based gigabit and 10Gb Ethernet | ||
93 | adapters with PCI-E SR-IOV Virtual Functions. | ||
94 | |||
95 | For general information about Chelsio and our products, visit | ||
96 | our website at <http://www.chelsio.com>. | ||
97 | |||
98 | For customer support, please visit our customer support page at | ||
99 | <http://www.chelsio.com/support.html>. | ||
100 | |||
101 | Please send feedback to <linux-bugs@chelsio.com>. | ||
102 | |||
103 | To compile this driver as a module choose M here; the module | ||
104 | will be called cxgb4vf. | ||
105 | |||
106 | endif # NET_VENDOR_CHELSIO | ||