Jeff Kirsher | aa43c21 | 2011-04-08 19:06:30 -0700 | [diff] [blame] | 1 | # |
| 2 | # QLogic network device configuration |
| 3 | # |
| 4 | |
| 5 | config NET_VENDOR_QLOGIC |
| 6 | bool "QLogic devices" |
Jeff Kirsher | 88f0748 | 2011-08-23 01:29:52 -0700 | [diff] [blame] | 7 | default y |
Jeff Kirsher | aa43c21 | 2011-04-08 19:06:30 -0700 | [diff] [blame] | 8 | depends on PCI |
| 9 | ---help--- |
Paul Gortmaker | 138b15e | 2015-06-21 16:28:02 -0400 | [diff] [blame] | 10 | If you have a network (Ethernet) card belonging to this class, say Y. |
Jeff Kirsher | aa43c21 | 2011-04-08 19:06:30 -0700 | [diff] [blame] | 11 | |
| 12 | Note that the answer to this question doesn't directly affect the |
| 13 | kernel: saying N will just cause the configurator to skip all |
| 14 | the questions about QLogic cards. If you say Y, you will be asked for |
| 15 | your specific card in the following questions. |
| 16 | |
| 17 | if NET_VENDOR_QLOGIC |
| 18 | |
| 19 | config QLA3XXX |
| 20 | tristate "QLogic QLA3XXX Network Driver Support" |
| 21 | depends on PCI |
| 22 | ---help--- |
| 23 | This driver supports QLogic ISP3XXX gigabit Ethernet cards. |
| 24 | |
| 25 | To compile this driver as a module, choose M here: the module |
| 26 | will be called qla3xxx. |
| 27 | |
| 28 | config QLCNIC |
| 29 | tristate "QLOGIC QLCNIC 1/10Gb Converged Ethernet NIC Support" |
| 30 | depends on PCI |
| 31 | select FW_LOADER |
| 32 | ---help--- |
| 33 | This driver supports QLogic QLE8240 and QLE8242 Converged Ethernet |
| 34 | devices. |
| 35 | |
Rajesh Borundia | 02feda1 | 2013-03-29 05:46:33 +0000 | [diff] [blame] | 36 | config QLCNIC_SRIOV |
| 37 | bool "QLOGIC QLCNIC 83XX family SR-IOV Support" |
| 38 | depends on QLCNIC && PCI_IOV |
| 39 | default y |
| 40 | ---help--- |
| 41 | This configuration parameter enables Single Root Input Output |
| 42 | Virtualization support for QLE83XX Converged Ethernet devices. |
| 43 | This allows for virtual function acceleration in virtualized |
| 44 | environments. |
| 45 | |
Sucheta Chakraborty | 14d385b | 2013-08-23 13:38:25 -0400 | [diff] [blame] | 46 | config QLCNIC_DCB |
| 47 | bool "QLOGIC QLCNIC 82XX and 83XX family DCB Support" |
| 48 | depends on QLCNIC && DCB |
| 49 | default y |
| 50 | ---help--- |
| 51 | This configuration parameter enables DCB support in QLE83XX |
| 52 | and QLE82XX Converged Ethernet devices. This allows for DCB |
| 53 | get operations support through rtNetlink interface. Only CEE |
| 54 | mode of DCB is supported. PG and PFC values are related only |
| 55 | to Tx. |
| 56 | |
Shahed Shaikh | 7f1f6056 | 2014-04-01 16:29:32 -0400 | [diff] [blame] | 57 | config QLCNIC_VXLAN |
| 58 | bool "Virtual eXtensible Local Area Network (VXLAN) offload support" |
| 59 | default n |
| 60 | depends on QLCNIC && VXLAN && !(QLCNIC=y && VXLAN=m) |
| 61 | ---help--- |
| 62 | This enables hardware offload support for VXLAN protocol over QLogic's |
| 63 | 84XX series adapters. |
| 64 | Say Y here if you want to enable hardware offload support for |
| 65 | Virtual eXtensible Local Area Network (VXLAN) in the driver. |
| 66 | |
Harish Patil | 1f0f467 | 2014-04-25 17:43:57 -0400 | [diff] [blame] | 67 | config QLCNIC_HWMON |
| 68 | bool "QLOGIC QLCNIC 82XX and 83XX family HWMON support" |
Harish Patil | f398a77 | 2014-05-07 02:06:15 -0400 | [diff] [blame] | 69 | depends on QLCNIC && HWMON && !(QLCNIC=y && HWMON=m) |
Harish Patil | 1f0f467 | 2014-04-25 17:43:57 -0400 | [diff] [blame] | 70 | default y |
| 71 | ---help--- |
| 72 | This configuration parameter can be used to read the |
| 73 | board temperature in Converged Ethernet devices |
| 74 | supported by qlcnic. |
| 75 | |
| 76 | This data is available via the hwmon sysfs interface. |
| 77 | |
Jeff Kirsher | aa43c21 | 2011-04-08 19:06:30 -0700 | [diff] [blame] | 78 | config QLGE |
| 79 | tristate "QLogic QLGE 10Gb Ethernet Driver Support" |
| 80 | depends on PCI |
| 81 | ---help--- |
| 82 | This driver supports QLogic ISP8XXX 10Gb Ethernet cards. |
| 83 | |
| 84 | To compile this driver as a module, choose M here: the module |
| 85 | will be called qlge. |
| 86 | |
| 87 | config NETXEN_NIC |
| 88 | tristate "NetXen Multi port (1/10) Gigabit Ethernet NIC" |
| 89 | depends on PCI |
| 90 | select FW_LOADER |
| 91 | ---help--- |
| 92 | This enables the support for NetXen's Gigabit Ethernet card. |
| 93 | |
Yuval Mintz | fe56b9e | 2015-10-26 11:02:25 +0200 | [diff] [blame] | 94 | config QED |
| 95 | tristate "QLogic QED 25/40/100Gb core driver" |
| 96 | depends on PCI |
Arnd Bergmann | 4bdb96c | 2015-11-10 11:28:15 +0100 | [diff] [blame] | 97 | select ZLIB_INFLATE |
Yuval Mintz | fe56b9e | 2015-10-26 11:02:25 +0200 | [diff] [blame] | 98 | ---help--- |
| 99 | This enables the support for ... |
| 100 | |
Yuval Mintz | 32a47e7 | 2016-05-11 16:36:12 +0300 | [diff] [blame] | 101 | config QED_SRIOV |
| 102 | bool "QLogic QED 25/40/100Gb SR-IOV support" |
| 103 | depends on QED && PCI_IOV |
| 104 | default y |
| 105 | ---help--- |
| 106 | This configuration parameter enables Single Root Input Output |
| 107 | Virtualization support for QED devices. |
| 108 | This allows for virtual function acceleration in virtualized |
| 109 | environments. |
| 110 | |
Yuval Mintz | e712d52 | 2015-10-26 11:02:27 +0200 | [diff] [blame] | 111 | config QEDE |
| 112 | tristate "QLogic QED 25/40/100Gb Ethernet NIC" |
| 113 | depends on QED |
| 114 | ---help--- |
| 115 | This enables the support for ... |
Manish Chopra | b18e170 | 2016-04-14 01:38:30 -0400 | [diff] [blame] | 116 | |
| 117 | config QEDE_VXLAN |
| 118 | bool "Virtual eXtensible Local Area Network support" |
| 119 | default n |
| 120 | depends on QEDE && VXLAN && !(QEDE=y && VXLAN=m) |
| 121 | ---help--- |
| 122 | This enables hardware offload support for VXLAN protocol over |
| 123 | qede module. Say Y here if you want to enable hardware offload |
| 124 | support for Virtual eXtensible Local Area Network (VXLAN) |
| 125 | in the driver. |
| 126 | |
Manish Chopra | 9a109dd | 2016-04-14 01:38:31 -0400 | [diff] [blame] | 127 | config QEDE_GENEVE |
| 128 | bool "Generic Network Virtualization Encapsulation (GENEVE) support" |
| 129 | depends on QEDE && GENEVE && !(QEDE=y && GENEVE=m) |
| 130 | ---help--- |
| 131 | This allows one to create GENEVE virtual interfaces that provide |
| 132 | Layer 2 Networks over Layer 3 Networks. GENEVE is often used |
| 133 | to tunnel virtual network infrastructure in virtualized environments. |
| 134 | Say Y here if you want to enable hardware offload support for |
| 135 | Generic Network Virtualization Encapsulation (GENEVE) in the driver. |
| 136 | |
Jeff Kirsher | aa43c21 | 2011-04-08 19:06:30 -0700 | [diff] [blame] | 137 | endif # NET_VENDOR_QLOGIC |