Kconfig (ca31fef11dc83e672415d5925a134749761329bd) Kconfig (e5f31552674e88bff3a4e3ca3e5357668b5f2973)
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

--- 85 unchanged lines hidden (view full) ---

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
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

--- 85 unchanged lines hidden (view full) ---

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 imply PTP_1588_CLOCK
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

--- 12 unchanged lines hidden ---
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

--- 12 unchanged lines hidden ---