Skip to content

Commit 63137be

Browse files
Bartosz Golaszewskipateldipen1984-nv
authored andcommitted
hte: allow building modules with COMPILE_TEST enabled
Allow building all HTE modules with COMPILE_TEST Kconfig option enabled. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Acked-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Dipen Patel <dipenp@nvidia.com> Signed-off-by: Dipen Patel <dipenp@nvidia.com>
1 parent d484366 commit 63137be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/hte/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if HTE
1616

1717
config HTE_TEGRA194
1818
tristate "NVIDIA Tegra194 HTE Support"
19-
depends on ARCH_TEGRA_194_SOC
19+
depends on (ARCH_TEGRA_194_SOC || COMPILE_TEST)
2020
help
2121
Enable this option for integrated hardware timestamping engine also
2222
known as generic timestamping engine (GTE) support on NVIDIA Tegra194
@@ -25,7 +25,7 @@ config HTE_TEGRA194
2525

2626
config HTE_TEGRA194_TEST
2727
tristate "NVIDIA Tegra194 HTE Test"
28-
depends on HTE_TEGRA194
28+
depends on (HTE_TEGRA194 || COMPILE_TEST)
2929
help
3030
The NVIDIA Tegra194 GTE test driver demonstrates how to use HTE
3131
framework to timestamp GPIO and LIC IRQ lines.

0 commit comments

Comments
 (0)