We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d484366 commit 63137beCopy full SHA for 63137be
drivers/hte/Kconfig
@@ -16,7 +16,7 @@ if HTE
16
17
config HTE_TEGRA194
18
tristate "NVIDIA Tegra194 HTE Support"
19
- depends on ARCH_TEGRA_194_SOC
+ depends on (ARCH_TEGRA_194_SOC || COMPILE_TEST)
20
help
21
Enable this option for integrated hardware timestamping engine also
22
known as generic timestamping engine (GTE) support on NVIDIA Tegra194
@@ -25,7 +25,7 @@ config HTE_TEGRA194
25
26
config HTE_TEGRA194_TEST
27
tristate "NVIDIA Tegra194 HTE Test"
28
- depends on HTE_TEGRA194
+ depends on (HTE_TEGRA194 || COMPILE_TEST)
29
30
The NVIDIA Tegra194 GTE test driver demonstrates how to use HTE
31
framework to timestamp GPIO and LIC IRQ lines.
0 commit comments