brintos

brintos / linux-shallow public Read only

0
0
Text · 696 B · 1addd66 Raw
27 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2# Copyright (C) 2024 Intel Corporation3 4config IDPF5	tristate "Intel(R) Infrastructure Data Path Function Support"6	depends on PCI_MSI7	select DIMLIB8	select LIBETH9	help10	  This driver supports Intel(R) Infrastructure Data Path Function11	  devices.12 13	  To compile this driver as a module, choose M here. The module14	  will be called idpf.15 16if IDPF17 18config IDPF_SINGLEQ19	bool "idpf singleq support"20	help21	  This option enables support for legacy single Rx/Tx queues w/no22	  completion and fill queues. Only enable if you have hardware which23	  wants to work in this mode as it increases the driver size and adds24	  runtme checks on hotpath.25 26endif # IDPF27