summaryrefslogtreecommitdiff
path: root/drivers/ntb/Kconfig
diff options
context:
space:
mode:
authorAllen Hubbe <Allen.Hubbe@emc.com>2015-04-15 15:12:41 (GMT)
committerJon Mason <jdmason@kudzu.us>2015-07-04 18:07:42 (GMT)
commit963de4739fb4f8fa8d5cd87969109a7d3282ed13 (patch)
treeb64de66fb1eb3eec2b9dfb63a8006b036944ff0a /drivers/ntb/Kconfig
parent42fefc86a680f975e2816cd86c4ba50069766ef6 (diff)
downloadlinux-963de4739fb4f8fa8d5cd87969109a7d3282ed13.tar.xz
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/Kconfig')
-rw-r--r--drivers/ntb/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ntb/Kconfig b/drivers/ntb/Kconfig
index 53b0424..95944e5 100644
--- a/drivers/ntb/Kconfig
+++ b/drivers/ntb/Kconfig
@@ -14,6 +14,8 @@ if NTB
source "drivers/ntb/hw/Kconfig"
+source "drivers/ntb/test/Kconfig"
+
config NTB_TRANSPORT
tristate "NTB Transport Client"
help