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_VXLAN
9        bool "VXLAN offload support on be2net driver"
10        default y
11        depends on BE2NET && VXLAN && !(BE2NET=y && VXLAN=m)
12        ---help---
13	  Say Y here if you want to enable VXLAN offload support on
14	  be2net driver.
15