Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0
2#
3# PCI Endpoint Functions
4#
5
6config PCI_EPF_TEST
7 tristate "PCI Endpoint Test driver"
8 depends on PCI_ENDPOINT
9 select CRC32
10 help
11 Enable this configuration option to enable the test driver
12 for PCI Endpoint.
13
14 If in doubt, say "N" to disable Endpoint test driver.
15
16config PCI_EPF_NTB
17 tristate "PCI Endpoint NTB driver"
18 depends on PCI_ENDPOINT
19 select CONFIGFS_FS
20 help
21 Select this configuration option to enable the Non-Transparent
22 Bridge (NTB) driver for PCI Endpoint. NTB driver implements NTB
23 controller functionality using multiple PCIe endpoint instances.
24 It can support NTB endpoint function devices created using
25 device tree.
26
27 If in doubt, say "N" to disable Endpoint NTB driver.