Kconfig 1.5 KB
Newer Older
1 2 3 4 5
#
# Cavium ethernet device configuration
#

config NET_VENDOR_CAVIUM
6
	bool "Cavium ethernet drivers"
7 8
	depends on PCI
	default y
9
	---help---
10
	  Select this option if you want enable Cavium network support.
11

12
	  If you have a Cavium SoC or network adapter, say Y.
13 14 15 16 17

if NET_VENDOR_CAVIUM

config THUNDER_NIC_PF
	tristate "Thunder Physical function driver"
18
	depends on 64BIT
19 20 21
	select THUNDER_NIC_BGX
	---help---
	  This driver supports Thunder's NIC physical function.
22 23 24 25 26
	  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.
27 28 29

config THUNDER_NIC_VF
	tristate "Thunder Virtual function driver"
30
	depends on 64BIT
31 32 33 34 35
	---help---
	  This driver supports Thunder's NIC virtual function

config	THUNDER_NIC_BGX
	tristate "Thunder MAC interface driver (BGX)"
36
	depends on 64BIT
37
	select PHYLIB
38
	select MDIO_THUNDER
39 40 41 42
	---help---
	  This driver supports programming and controlling of MAC
	  interface from NIC physical function driver.

43 44
config LIQUIDIO
	tristate "Cavium LiquidIO support"
45
	depends on 64BIT
46 47
	select PTP_1588_CLOCK
	select FW_LOADER
48
	select LIBCRC32C
49 50 51 52 53 54 55
	---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.

56
endif # NET_VENDOR_CAVIUM