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 depends on PTP_1588_CLOCK_OPTIONAL 8 select DIMLIB 9 select LIBETH 10 help 11 This driver supports Intel(R) Infrastructure Data Path Function 12 devices. 13 14 To compile this driver as a module, choose M here. The module 15 will be called idpf. 16 17if IDPF 18 19config IDPF_SINGLEQ 20 bool "idpf singleq support" 21 help 22 This option enables support for legacy single Rx/Tx queues w/no 23 completion and fill queues. Only enable if you have hardware which 24 wants to work in this mode as it increases the driver size and adds 25 runtme checks on hotpath. 26 27endif # IDPF 28