1config 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 8config 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 17config 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. 24