summaryrefslogtreecommitdiff
path: root/drivers/hte/Makefile
diff options
context:
space:
mode:
authorDipen Patel <dipenp@nvidia.com>2022-04-22 23:52:14 +0300
committerThierry Reding <treding@nvidia.com>2022-05-04 12:06:13 +0300
commit09574cca6ad649f84ba804caf63a5aefe0202834 (patch)
treed1e3a6dc6f38428baa7c3a7de6fb4f3899534d91 /drivers/hte/Makefile
parent31ab09b4218879bc394c9faa6da983a82a694600 (diff)
downloadlinux-09574cca6ad649f84ba804caf63a5aefe0202834.tar.xz
hte: Add Tegra194 HTE kernel provider
Tegra194 device has multiple HTE instances also known as GTE (Generic Hardware Timestamping Engine) which can timestamp subset of SoC lines and signals. This provider driver focuses on IRQ and GPIO lines and exposes timestamping ability on those lines to the consumers through HTE subsystem. Also, with this patch, added: - documentation about this provider and its capabilities at Documentation/hte. - Compilation support in Makefile and Kconfig Signed-off-by: Dipen Patel <dipenp@nvidia.com> Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/hte/Makefile')
-rw-r--r--drivers/hte/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hte/Makefile b/drivers/hte/Makefile
index fc03bdf44427..3ae7c4029991 100644
--- a/drivers/hte/Makefile
+++ b/drivers/hte/Makefile
@@ -1,2 +1,3 @@
obj-$(CONFIG_HTE) += hte.o
+obj-$(CONFIG_HTE_TEGRA194) += hte-tegra194.o