Kconfig (e35f56bb03304abc92c928b641af41ca372966bb) Kconfig (556a2c7dca337954040ffdf0c544aa8bbb75583b)
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

--- 15 unchanged lines hidden (view full) ---

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.
28
29config PCI_EPF_VNTB
30 tristate "PCI Endpoint NTB driver"
31 depends on PCI_ENDPOINT
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

--- 15 unchanged lines hidden (view full) ---

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.
28
29config PCI_EPF_VNTB
30 tristate "PCI Endpoint NTB driver"
31 depends on PCI_ENDPOINT
32 depends on NTB
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.
33 select CONFIGFS_FS
34 help
35 Select this configuration option to enable the Non-Transparent
36 Bridge (NTB) driver for PCIe Endpoint. NTB driver implements NTB
37 between PCI Root Port and PCIe Endpoint.
38
39 If in doubt, say "N" to disable Endpoint NTB driver.