blob: 0a48b3bb7bc268899ba595998cb9b2a155197603 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# SPDX-License-Identifier: GPL-2.0-only
# Copyright (C) 2025 Intel Corporation
config IXD
tristate "Intel(R) Control Plane Function Support"
depends on PCI_MSI
select LIBIE_CP
select LIBIE_PCI
select NET_DEVLINK
help
This driver supports Intel(R) Control Plane PCI Function
of Intel E2100 and later IPUs and FNICs.
It facilitates a centralized control over multiple IDPF PFs/VFs/SFs
exposed by the same card.
|