mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
c5abe7c0a4
Introduce a CONFIG_BE2NET_VXLAN define to control be2net's build
dependency on the VXLAN driver.
Without this fix, the kernel build fails when VxLAN driver is
selected to be built as a module while be2net is built-in.
fixes: c9c47142
("be2net: csum, tso and rss steering offload support for VxLAN")
Signed-off-by: Sathya Perla <sathya.perla@emulex.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
15 lines
454 B
Plaintext
15 lines
454 B
Plaintext
config BE2NET
|
|
tristate "ServerEngines' 10Gbps NIC - BladeEngine"
|
|
depends on PCI
|
|
---help---
|
|
This driver implements the NIC functionality for ServerEngines'
|
|
10Gbps network adapter - BladeEngine.
|
|
|
|
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.
|