Kconfig 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # PCI Endpoint Functions
  4. #
  5. config PCI_EPF_TEST
  6. tristate "PCI Endpoint Test driver"
  7. depends on PCI_ENDPOINT
  8. select CRC32
  9. help
  10. Enable this configuration option to enable the test driver
  11. for PCI Endpoint.
  12. If in doubt, say "N" to disable Endpoint test driver.
  13. config PCI_EPF_NTB
  14. tristate "PCI Endpoint NTB driver"
  15. depends on PCI_ENDPOINT
  16. select CONFIGFS_FS
  17. help
  18. Select this configuration option to enable the Non-Transparent
  19. Bridge (NTB) driver for PCI Endpoint. NTB driver implements NTB
  20. controller functionality using multiple PCIe endpoint instances.
  21. It can support NTB endpoint function devices created using
  22. device tree.
  23. If in doubt, say "N" to disable Endpoint NTB driver.
  24. config PCI_EPF_VNTB
  25. tristate "PCI Endpoint Virtual NTB driver"
  26. depends on PCI_ENDPOINT
  27. depends on NTB
  28. select CONFIGFS_FS
  29. help
  30. Select this configuration option to enable the Non-Transparent
  31. Bridge (NTB) driver for PCIe Endpoint. NTB driver implements NTB
  32. between PCI Root Port and PCIe Endpoint.
  33. If in doubt, say "N" to disable Endpoint NTB driver.