#
# Chelsio device configuration
#
config [31mCONFIG_NET_VENDOR_CHELSIO[0m
bool "Chelsio devices"
default y
depends on [31mCONFIG_PCI[0m
---help---
If you have a network (Ethernet) card belonging to this class, say Y.
Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all
the questions about Chelsio devices. If you say Y, you will be asked for
your specific card in the following questions.
if [31mCONFIG_NET_VENDOR_CHELSIO[0m
config [31mCONFIG_CHELSIO_T1[0m
tristate "Chelsio 10Gb Ethernet support"
depends on [31mCONFIG_PCI[0m
select [31mCONFIG_CRC32[0m
select [31mCONFIG_MDIO[0m
---help---
This driver supports Chelsio gigabit and 10-gigabit
Ethernet cards. More information about adapter features and
performance tuning is in <file:Documentation/networking/cxgb.txt>.
For general information about Chelsio and our products, visit
our website at <http://www.chelsio.com>.
For customer support, please visit our customer support page at
<http://www.chelsio.com/support.html>.
Please send feedback to <linux-bugs@chelsio.com>.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the module
will be called cxgb.
config [31mCONFIG_CHELSIO_T1_1G[0m
bool "Chelsio gigabit Ethernet support"
depends on [31mCONFIG_CHELSIO_T1[0m
---help---
Enables support for Chelsio's gigabit Ethernet [31mCONFIG_PCI[0m cards. If you
are using only 10G cards say 'N' here.
config [31mCONFIG_CHELSIO_T3[0m
tristate "Chelsio Communications T3 10Gb Ethernet support"
depends on [31mCONFIG_PCI[0m && [31mCONFIG_INET[0m
select [31mCONFIG_FW_LOADER[0m
select [31mCONFIG_MDIO[0m
---help---
This driver supports Chelsio T3-based gigabit and 10Gb Ethernet
adapters.
For general information about Chelsio and our products, visit
our website at <http://www.chelsio.com>.
For customer support, please visit our customer support page at
<http://www.chelsio.com/support.html>.
Please send feedback to <linux-bugs@chelsio.com>.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the module
will be called cxgb3.
config [31mCONFIG_CHELSIO_T4[0m
tristate "Chelsio Communications T4/T5/T6 Ethernet support"
depends on [31mCONFIG_PCI[0m && ([31mCONFIG_IPV6[0m || [31mCONFIG_IPV6[0m=n)
select [31mCONFIG_FW_LOADER[0m
select [31mCONFIG_MDIO[0m
---help---
This driver supports Chelsio T4, T5 & T6 based gigabit, 10Gb Ethernet
adapter and T5/T6 based 40Gb and T6 based 25Gb, 50Gb and 100Gb
Ethernet adapters.
For general information about Chelsio and our products, visit
our website at <http://www.chelsio.com>.
For customer support, please visit our customer support page at
<http://www.chelsio.com/support.html>.
Please send feedback to <linux-bugs@chelsio.com>.
To compile this driver as a module choose [31mCONFIG_M[0m here; the module
will be called cxgb4.
config [31mCONFIG_CHELSIO_T4_DCB[0m
bool "Data Center Bridging (DCB) Support for Chelsio T4/T5/T6 cards"
default n
depends on [31mCONFIG_CHELSIO_T4[0m && [31mCONFIG_DCB[0m
---help---
Enable [31mCONFIG_DCB[0m support through rtNetlink interface.
Say Y here if you want to enable Data Center Bridging ([31mCONFIG_DCB[0m) support
in the driver.
If unsure, say N.
config [31mCONFIG_CHELSIO_T4_FCOE[0m
bool "Fibre Channel over Ethernet (FCoE) Support for Chelsio T5 cards"
default n
depends on [31mCONFIG_CHELSIO_T4[0m && [31mCONFIG_CHELSIO_T4_DCB[0m && [31mCONFIG_FCOE[0m
---help---
Enable FCoE offload features.
Say Y here if you want to enable Fibre Channel over Ethernet (FCoE) support
in the driver.
If unsure, say N.
config [31mCONFIG_CHELSIO_T4VF[0m
tristate "Chelsio Communications T4/T5/T6 Virtual Function Ethernet support"
depends on [31mCONFIG_PCI[0m
---help---
This driver supports Chelsio T4, T5 & T6 based gigabit, 10Gb Ethernet
adapters and T5/T6 based 40Gb and T6 based 25Gb, 50Gb and 100Gb
Ethernet adapters with [31mCONFIG_PCI[0m-[31mCONFIG_E[0m SR-IOV Virtual Functions.
For general information about Chelsio and our products, visit
our website at <http://www.chelsio.com>.
For customer support, please visit our customer support page at
<http://www.chelsio.com/support.html>.
Please send feedback to <linux-bugs@chelsio.com>.
To compile this driver as a module choose [31mCONFIG_M[0m here; the module
will be called cxgb4vf.
config [31mCONFIG_CHELSIO_LIB[0m
tristate
---help---
Common library for Chelsio drivers.
endif # [31mCONFIG_NET_VENDOR_CHELSIO[0m