0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config NTB_PINGPONG
0003 tristate "NTB Ping Pong Test Client"
0004 help
0005 This is a simple ping pong driver that exercises the scratchpads and
0006 doorbells of the ntb hardware. This driver may be used to test that
0007 your ntb hardware and drivers are functioning at a basic level.
0008
0009 If unsure, say N.
0010
0011 config NTB_TOOL
0012 tristate "NTB Debugging Tool Test Client"
0013 help
0014 This is a simple debugging driver that enables the doorbell and
0015 scratchpad registers to be read and written from the debugfs. This
0016 enables more complicated debugging to be scripted from user space.
0017 This driver may be used to test that your ntb hardware and drivers are
0018 functioning at a basic level.
0019
0020 If unsure, say N.
0021
0022 config NTB_PERF
0023 tristate "NTB RAW Perf Measuring Tool"
0024 help
0025 This is a tool to measure raw NTB performance by transferring data
0026 to and from the window without additional software interaction.
0027
0028 If unsure, say N.
0029
0030 config NTB_MSI_TEST
0031 tristate "NTB MSI Test Client"
0032 depends on NTB_MSI
0033 help
0034 This tool demonstrates the use of the NTB MSI library to
0035 send MSI interrupts between peers.
0036
0037 If unsure, say N.