These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / net / ethernet / emulex / benet / Kconfig
1 config BE2NET
2         tristate "ServerEngines' 10Gbps NIC - BladeEngine"
3         depends on PCI
4         ---help---
5           This driver implements the NIC functionality for ServerEngines'
6           10Gbps network adapter - BladeEngine.
7
8 config BE2NET_HWMON
9         bool "HWMON support for be2net driver"
10         depends on BE2NET && HWMON
11         depends on !(BE2NET=y && HWMON=m)
12         default y
13         ---help---
14           Say Y here if you want to expose thermal sensor data on
15           be2net network adapter.
16
17 config BE2NET_VXLAN
18         bool "VXLAN offload support on be2net driver"
19         default y
20         depends on BE2NET && VXLAN && !(BE2NET=y && VXLAN=m)
21         ---help---
22           Say Y here if you want to enable VXLAN offload support on
23           be2net driver.