We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e75d5ae commit e35f56bCopy full SHA for e35f56b
drivers/pci/endpoint/functions/Kconfig
@@ -25,3 +25,14 @@ config PCI_EPF_NTB
25
device tree.
26
27
If in doubt, say "N" to disable Endpoint NTB driver.
28
+
29
+config PCI_EPF_VNTB
30
+ tristate "PCI Endpoint NTB driver"
31
+ depends on PCI_ENDPOINT
32
+ select CONFIGFS_FS
33
+ help
34
+ Select this configuration option to enable the Non-Transparent
35
+ Bridge (NTB) driver for PCIe Endpoint. NTB driver implements NTB
36
+ between PCI Root Port and PCIe Endpoint.
37
38
+ If in doubt, say "N" to disable Endpoint NTB driver.
drivers/pci/endpoint/functions/Makefile
@@ -5,3 +5,4 @@
5
6
obj-$(CONFIG_PCI_EPF_TEST) += pci-epf-test.o
7
obj-$(CONFIG_PCI_EPF_NTB) += pci-epf-ntb.o
8
+obj-$(CONFIG_PCI_EPF_VNTB) += pci-epf-vntb.o
0 commit comments