Kconfig 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config NTB_PINGPONG
  3. tristate "NTB Ping Pong Test Client"
  4. help
  5. This is a simple ping pong driver that exercises the scratchpads and
  6. doorbells of the ntb hardware. This driver may be used to test that
  7. your ntb hardware and drivers are functioning at a basic level.
  8. If unsure, say N.
  9. config NTB_TOOL
  10. tristate "NTB Debugging Tool Test Client"
  11. help
  12. This is a simple debugging driver that enables the doorbell and
  13. scratchpad registers to be read and written from the debugfs. This
  14. enables more complicated debugging to be scripted from user space.
  15. This driver may be used to test that your ntb hardware and drivers are
  16. functioning at a basic level.
  17. If unsure, say N.
  18. config NTB_PERF
  19. tristate "NTB RAW Perf Measuring Tool"
  20. help
  21. This is a tool to measure raw NTB performance by transferring data
  22. to and from the window without additional software interaction.
  23. If unsure, say N.
  24. config NTB_MSI_TEST
  25. tristate "NTB MSI Test Client"
  26. depends on NTB_MSI
  27. help
  28. This tool demonstrates the use of the NTB MSI library to
  29. send MSI interrupts between peers.
  30. If unsure, say N.