summaryrefslogtreecommitdiffstats
path: root/drivers/hte/Kconfig
diff options
context:
space:
mode:
authorDipen Patel <dipenp@nvidia.com>2022-04-22 13:52:20 -0700
committerThierry Reding <treding@nvidia.com>2022-05-04 11:06:14 +0200
commit9a75a7cd03c957fd13c39f01402e952c5ad4aebc (patch)
tree553dc445691f8b19a35b10d06725acd3879f71bf /drivers/hte/Kconfig
parented94eb2e22846e04ea32fe2282b49cb293ae88e2 (diff)
downloadlinux-9a75a7cd03c957fd13c39f01402e952c5ad4aebc.tar.bz2
hte: Add Tegra HTE test driver
The test driver uses IRQ and GPIO lines to timestamp using HTE subsystem. The patch also adds compilation support in Kconfig and Makefile. Signed-off-by: Dipen Patel <dipenp@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/hte/Kconfig')
-rw-r--r--drivers/hte/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/hte/Kconfig b/drivers/hte/Kconfig
index 3bd0fa367e84..cf29e0218bae 100644
--- a/drivers/hte/Kconfig
+++ b/drivers/hte/Kconfig
@@ -23,4 +23,11 @@ config HTE_TEGRA194
systems-on-chip. The driver supports 352 LIC IRQs and 39 AON GPIOs
lines for timestamping in realtime.
+config HTE_TEGRA194_TEST
+ tristate "NVIDIA Tegra194 HTE Test"
+ depends on HTE_TEGRA194
+ help
+ The NVIDIA Tegra194 GTE test driver demonstrates how to use HTE
+ framework to timestamp GPIO and LIC IRQ lines.
+
endif