diff options
author | Allen Hubbe <Allen.Hubbe@emc.com> | 2015-04-15 11:12:41 -0400 |
---|---|---|
committer | Jon Mason <jdmason@kudzu.us> | 2015-07-04 14:07:42 -0400 |
commit | 963de4739fb4f8fa8d5cd87969109a7d3282ed13 (patch) | |
tree | b64de66fb1eb3eec2b9dfb63a8006b036944ff0a /drivers/ntb/test/Kconfig | |
parent | 42fefc86a680f975e2816cd86c4ba50069766ef6 (diff) |
NTB: Add ping pong test client
This is a simple ping pong driver that exercises the scratch pads and
doorbells of the ntb hardware. This driver may be used to test that
your ntb hardware and drivers are functioning at a basic level.
Signed-off-by: Allen Hubbe <Allen.Hubbe@emc.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
Diffstat (limited to 'drivers/ntb/test/Kconfig')
-rw-r--r-- | drivers/ntb/test/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/ntb/test/Kconfig b/drivers/ntb/test/Kconfig new file mode 100644 index 000000000000..72d255d220c8 --- /dev/null +++ b/drivers/ntb/test/Kconfig @@ -0,0 +1,8 @@ +config NTB_PINGPONG + tristate "NTB Ping Pong Test Client" + help + This is a simple ping pong driver that exercises the scratchpads and + doorbells of the ntb hardware. This driver may be used to test that + your ntb hardware and drivers are functioning at a basic level. + + If unsure, say N. |