diff options
Diffstat (limited to 'drivers/hte/Kconfig')
-rw-r--r-- | drivers/hte/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hte/Kconfig b/drivers/hte/Kconfig index 8e0fd818a73e..641af722b555 100644 --- a/drivers/hte/Kconfig +++ b/drivers/hte/Kconfig @@ -16,7 +16,7 @@ if HTE config HTE_TEGRA194 tristate "NVIDIA Tegra194 HTE Support" - depends on ARCH_TEGRA_194_SOC + depends on (ARCH_TEGRA_194_SOC || COMPILE_TEST) depends on GPIOLIB help Enable this option for integrated hardware timestamping engine also @@ -26,7 +26,7 @@ config HTE_TEGRA194 config HTE_TEGRA194_TEST tristate "NVIDIA Tegra194 HTE Test" - depends on HTE_TEGRA194 + depends on (HTE_TEGRA194 || COMPILE_TEST) help The NVIDIA Tegra194 GTE test driver demonstrates how to use HTE framework to timestamp GPIO and LIC IRQ lines. |