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