M7350/kernel/drivers/net/ethernet/emulex/benet/Kconfig

15 lines
454 B
Plaintext
Raw Permalink Normal View History

2024-09-09 08:52:07 +00:00
config BE2NET
tristate "ServerEngines' 10Gbps NIC - BladeEngine"
2024-09-09 08:57:42 +00:00
depends on PCI
2024-09-09 08:52:07 +00:00
---help---
This driver implements the NIC functionality for ServerEngines'
10Gbps network adapter - BladeEngine.
2024-09-09 08:57:42 +00:00
config BE2NET_VXLAN
bool "VXLAN offload support on be2net driver"
default y
depends on BE2NET && VXLAN && !(BE2NET=y && VXLAN=m)
---help---
Say Y here if you want to enable VXLAN offload support on
be2net driver.