Kconfig 454 B

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