Kconfig (f771314d6b75181de7079c3c7d666293e4ed2b22) Kconfig (1b1b26208515482d8bc3d875267076f61f3355f7)
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
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
8 select PAGE_POOL
9 select PAGE_POOL_STATS
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.

--- 12 unchanged lines hidden ---
9 select PAGE_POOL
10 select PAGE_POOL_STATS
11 help
12 This driver supports Intel(R) Infrastructure Data Path Function
13 devices.
14
15 To compile this driver as a module, choose M here. The module
16 will be called idpf.

--- 12 unchanged lines hidden ---