Linux Audio

Check our new training course

Loading...
v6.8
  1# SPDX-License-Identifier: GPL-2.0-only
  2#
  3# QLogic network device configuration
  4#
  5
  6config NET_VENDOR_QLOGIC
  7	bool "QLogic devices"
  8	default y
  9	depends on PCI
 10	help
 11	  If you have a network (Ethernet) card belonging to this class, say Y.
 12
 13	  Note that the answer to this question doesn't directly affect the
 14	  kernel: saying N will just cause the configurator to skip all
 15	  the questions about QLogic cards. If you say Y, you will be asked for
 16	  your specific card in the following questions.
 17
 18if NET_VENDOR_QLOGIC
 19
 20config QLA3XXX
 21	tristate "QLogic QLA3XXX Network Driver Support"
 22	depends on PCI
 23	help
 24	  This driver supports QLogic ISP3XXX gigabit Ethernet cards.
 25
 26	  To compile this driver as a module, choose M here: the module
 27	  will be called qla3xxx.
 28
 29config QLCNIC
 30	tristate "QLOGIC QLCNIC 1/10Gb Converged Ethernet NIC Support"
 31	depends on PCI
 32	select FW_LOADER
 33	help
 34	  This driver supports QLogic QLE8240 and QLE8242 Converged Ethernet
 35	  devices.
 36
 37config QLCNIC_SRIOV
 38	bool "QLOGIC QLCNIC 83XX family SR-IOV Support"
 39	depends on QLCNIC && PCI_IOV
 40	default y
 41	help
 42	  This configuration parameter enables Single Root Input Output
 43	  Virtualization support for QLE83XX Converged Ethernet devices.
 44	  This allows for virtual function acceleration in virtualized
 45	  environments.
 46
 47config QLCNIC_DCB
 48	bool "QLOGIC QLCNIC 82XX and 83XX family DCB Support"
 49	depends on QLCNIC && DCB
 50	default y
 51	help
 52	  This configuration parameter enables DCB support in QLE83XX
 53	  and QLE82XX Converged Ethernet devices. This allows for DCB
 54	  get operations support through rtNetlink interface. Only CEE
 55	  mode of DCB is supported. PG and PFC values are related only
 56	  to Tx.
 57
 
 
 
 
 
 
 
 
 
 
 58config QLCNIC_HWMON
 59	bool "QLOGIC QLCNIC 82XX and 83XX family HWMON support"
 60	depends on QLCNIC && HWMON && !(QLCNIC=y && HWMON=m)
 61	default y
 62	help
 63	  This configuration parameter can be used to read the
 64	  board temperature in Converged Ethernet devices
 65	  supported by qlcnic.
 66
 67	  This data is available via the hwmon sysfs interface.
 68
 
 
 
 
 
 
 
 
 
 69config NETXEN_NIC
 70	tristate "NetXen Multi port (1/10) Gigabit Ethernet NIC"
 71	depends on PCI
 72	select FW_LOADER
 73	help
 74	  This enables the support for NetXen's Gigabit Ethernet card.
 75
 76config QED
 77	tristate "QLogic QED 25/40/100Gb core driver"
 78	depends on PCI
 79	select ZLIB_INFLATE
 80	select CRC8
 81	select CRC32
 82	select NET_DEVLINK
 83	help
 84	  This enables the support for Marvell FastLinQ adapters family.
 85
 86config QED_LL2
 87	bool
 88
 89config QED_SRIOV
 90	bool "QLogic QED 25/40/100Gb SR-IOV support"
 91	depends on QED && PCI_IOV
 92	default y
 93	help
 94	  This configuration parameter enables Single Root Input Output
 95	  Virtualization support for QED devices.
 96	  This allows for virtual function acceleration in virtualized
 97	  environments.
 98
 99config QEDE
100	tristate "QLogic QED 25/40/100Gb Ethernet NIC"
101	depends on QED
102	depends on PTP_1588_CLOCK_OPTIONAL
103	help
104	  This enables the support for Marvell FastLinQ adapters family,
105	  ethernet driver.
106
107config QED_RDMA
108	bool
109
110config QED_ISCSI
111	bool
112
113config QED_NVMETCP
114	bool
115
116config QED_FCOE
117	bool
118
119config QED_OOO
120	bool
121
122endif # NET_VENDOR_QLOGIC
v4.6
 
  1#
  2# QLogic network device configuration
  3#
  4
  5config NET_VENDOR_QLOGIC
  6	bool "QLogic devices"
  7	default y
  8	depends on PCI
  9	---help---
 10	  If you have a network (Ethernet) card belonging to this class, say Y.
 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
 17if NET_VENDOR_QLOGIC
 18
 19config 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
 28config 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
 36config 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
 46config 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
 57config 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
 67config QLCNIC_HWMON
 68	bool "QLOGIC QLCNIC 82XX and 83XX family HWMON support"
 69	depends on QLCNIC && HWMON && !(QLCNIC=y && HWMON=m)
 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
 78config 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
 87config 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
 94config QED
 95	tristate "QLogic QED 25/40/100Gb core driver"
 96	depends on PCI
 97	select ZLIB_INFLATE
 98	---help---
 99	  This enables the support for ...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
100
101config QEDE
102	tristate "QLogic QED 25/40/100Gb Ethernet NIC"
103	depends on QED
104	---help---
105	  This enables the support for ...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
106endif # NET_VENDOR_QLOGIC