diff options
author | Dipen Patel <dipenp@nvidia.com> | 2022-04-22 22:52:20 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2022-05-04 11:06:14 +0200 |
commit | 9a75a7cd03c957fd13c39f01402e952c5ad4aebc (patch) | |
tree | 553dc445691f8b19a35b10d06725acd3879f71bf /drivers/hte/Makefile | |
parent | tools: gpio: Add new hardware clock type (diff) | |
download | linux-9a75a7cd03c957fd13c39f01402e952c5ad4aebc.tar.xz linux-9a75a7cd03c957fd13c39f01402e952c5ad4aebc.zip |
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/Makefile')
-rw-r--r-- | drivers/hte/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hte/Makefile b/drivers/hte/Makefile index 3ae7c4029991..8cca124849d2 100644 --- a/drivers/hte/Makefile +++ b/drivers/hte/Makefile @@ -1,3 +1,3 @@ obj-$(CONFIG_HTE) += hte.o obj-$(CONFIG_HTE_TEGRA194) += hte-tegra194.o - +obj-$(CONFIG_HTE_TEGRA194_TEST) += hte-tegra194-test.o |