Skip to content

Commit 92dfd92

Browse files
Francesco Lavrapateldipen1984-nv
authored andcommitted
hte: tegra194: remove Kconfig dependency on Tegra194 SoC
This driver runs also on other Tegra SoCs (e.g. Tegra234). Replace Kconfig dependency on Tegra194 with more generic dependency on Tegra, and amend the Kconfig help text to reflect the fact that this driver works on SoCs other than Tegra194. Fixes: b003fb5 ("hte: Add Tegra234 provider") Signed-off-by: Francesco Lavra <flavra@baylibre.com> Acked-by: Dipen Patel <dipenp@nvidia.com> Signed-off-by: Dipen Patel <dipenp@nvidia.com>
1 parent 52bc3da commit 92dfd92

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

drivers/hte/Kconfig

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

1717
config HTE_TEGRA194
1818
tristate "NVIDIA Tegra194 HTE Support"
19-
depends on (ARCH_TEGRA_194_SOC || COMPILE_TEST)
19+
depends on (ARCH_TEGRA || COMPILE_TEST)
2020
depends on GPIOLIB
2121
help
2222
Enable this option for integrated hardware timestamping engine also
2323
known as generic timestamping engine (GTE) support on NVIDIA Tegra194
24-
systems-on-chip. The driver supports 352 LIC IRQs and 39 AON GPIOs
25-
lines for timestamping in realtime.
24+
and later systems-on-chip. The driver supports 352 LIC IRQs and 39
25+
AON GPIOs lines for timestamping in realtime.
2626

2727
config HTE_TEGRA194_TEST
2828
tristate "NVIDIA Tegra194 HTE Test"

0 commit comments

Comments
 (0)