diff options
Diffstat (limited to 'drivers/net/ethernet/qlogic/Kconfig')
-rw-r--r-- | drivers/net/ethernet/qlogic/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/net/ethernet/qlogic/Kconfig b/drivers/net/ethernet/qlogic/Kconfig index f59e6be4a66e..c14bd3116e45 100644 --- a/drivers/net/ethernet/qlogic/Kconfig +++ b/drivers/net/ethernet/qlogic/Kconfig | |||
@@ -56,6 +56,16 @@ config QLCNIC_DCB | |||
56 | mode of DCB is supported. PG and PFC values are related only | 56 | mode of DCB is supported. PG and PFC values are related only |
57 | to Tx. | 57 | to Tx. |
58 | 58 | ||
59 | config QLCNIC_VXLAN | ||
60 | bool "Virtual eXtensible Local Area Network (VXLAN) offload support" | ||
61 | default n | ||
62 | depends on QLCNIC && VXLAN && !(QLCNIC=y && VXLAN=m) | ||
63 | ---help--- | ||
64 | This enables hardware offload support for VXLAN protocol over QLogic's | ||
65 | 84XX series adapters. | ||
66 | Say Y here if you want to enable hardware offload support for | ||
67 | Virtual eXtensible Local Area Network (VXLAN) in the driver. | ||
68 | |||
59 | config QLGE | 69 | config QLGE |
60 | tristate "QLogic QLGE 10Gb Ethernet Driver Support" | 70 | tristate "QLogic QLGE 10Gb Ethernet Driver Support" |
61 | depends on PCI | 71 | depends on PCI |