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