2015-05-27 10:20:15 +08:00
|
|
|
#
|
|
|
|
# Cavium ethernet device configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
config NET_VENDOR_CAVIUM
|
|
|
|
tristate "Cavium ethernet drivers"
|
2015-06-10 09:15:23 +08:00
|
|
|
depends on PCI
|
|
|
|
default y
|
2015-05-27 10:20:15 +08:00
|
|
|
---help---
|
2015-06-10 09:15:23 +08:00
|
|
|
Select this option if you want enable Cavium network support.
|
2015-05-27 10:20:15 +08:00
|
|
|
|
2015-06-10 09:15:23 +08:00
|
|
|
If you have a Cavium SoC or network adapter, say Y.
|
2015-05-27 10:20:15 +08:00
|
|
|
|
|
|
|
if NET_VENDOR_CAVIUM
|
|
|
|
|
|
|
|
config THUNDER_NIC_PF
|
|
|
|
tristate "Thunder Physical function driver"
|
2015-06-10 09:15:23 +08:00
|
|
|
depends on 64BIT
|
2015-05-27 10:20:15 +08:00
|
|
|
select THUNDER_NIC_BGX
|
|
|
|
---help---
|
|
|
|
This driver supports Thunder's NIC physical function.
|
2015-06-10 09:15:23 +08:00
|
|
|
The NIC provides the controller and DMA engines to
|
|
|
|
move network traffic to/from the memory. The NIC
|
|
|
|
works closely with TNS, BGX and SerDes to implement the
|
|
|
|
functions replacing and virtualizing those of a typical
|
|
|
|
standalone PCIe NIC chip.
|
2015-05-27 10:20:15 +08:00
|
|
|
|
|
|
|
config THUNDER_NIC_VF
|
|
|
|
tristate "Thunder Virtual function driver"
|
2015-06-10 09:15:23 +08:00
|
|
|
depends on 64BIT
|
2015-05-27 10:20:15 +08:00
|
|
|
---help---
|
|
|
|
This driver supports Thunder's NIC virtual function
|
|
|
|
|
|
|
|
config THUNDER_NIC_BGX
|
|
|
|
tristate "Thunder MAC interface driver (BGX)"
|
2015-06-10 09:15:23 +08:00
|
|
|
depends on 64BIT
|
2015-07-29 06:12:13 +08:00
|
|
|
select PHYLIB
|
|
|
|
select MDIO_OCTEON
|
2015-05-27 10:20:15 +08:00
|
|
|
---help---
|
|
|
|
This driver supports programming and controlling of MAC
|
|
|
|
interface from NIC physical function driver.
|
|
|
|
|
2015-06-10 09:15:23 +08:00
|
|
|
config LIQUIDIO
|
|
|
|
tristate "Cavium LiquidIO support"
|
2015-06-13 09:11:50 +08:00
|
|
|
depends on 64BIT
|
2015-06-10 09:15:23 +08:00
|
|
|
select PTP_1588_CLOCK
|
|
|
|
select FW_LOADER
|
2015-06-17 07:51:43 +08:00
|
|
|
select LIBCRC32C
|
2015-06-10 09:15:23 +08:00
|
|
|
---help---
|
|
|
|
This driver supports Cavium LiquidIO Intelligent Server Adapters
|
|
|
|
based on CN66XX and CN68XX chips.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the module
|
|
|
|
will be called liquidio. This is recommended.
|
|
|
|
|
2015-05-27 10:20:15 +08:00
|
|
|
endif # NET_VENDOR_CAVIUM
|