1# SPDX-License-Identifier: GPL-2.0-only
2# Copyright (C) 2024 Intel Corporation
3
4config IDPF
5	tristate "Intel(R) Infrastructure Data Path Function Support"
6	depends on PCI_MSI
7	select DIMLIB
8	select LIBETH
9	help
10	  This driver supports Intel(R) Infrastructure Data Path Function
11	  devices.
12
13	  To compile this driver as a module, choose M here. The module
14	  will be called idpf.
15
16if IDPF
17
18config IDPF_SINGLEQ
19	bool "idpf singleq support"
20	help
21	  This option enables support for legacy single Rx/Tx queues w/no
22	  completion and fill queues. Only enable if you have hardware which
23	  wants to work in this mode as it increases the driver size and adds
24	  runtme checks on hotpath.
25
26endif # IDPF
27