]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
hte: tegra194: remove Kconfig dependency on Tegra194 SoC
authorFrancesco Lavra <flavra@baylibre.com>
Wed, 26 Nov 2025 10:46:18 +0000 (11:46 +0100)
committerDipen Patel <dipenp@nvidia.com>
Mon, 23 Feb 2026 18:27:01 +0000 (10:27 -0800)
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: b003fb5c9df8 ("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>
drivers/hte/Kconfig

index 641af722b555dc7774d23012beb81bf6d8b8c3a6..f57bad67deef02e55d67cd0b5ab4f979d65160bf 100644 (file)
@@ -16,13 +16,13 @@ if HTE
 
 config HTE_TEGRA194
        tristate "NVIDIA Tegra194 HTE Support"
-       depends on (ARCH_TEGRA_194_SOC || COMPILE_TEST)
+       depends on (ARCH_TEGRA || COMPILE_TEST)
        depends on GPIOLIB
        help
          Enable this option for integrated hardware timestamping engine also
          known as generic timestamping engine (GTE) support on NVIDIA Tegra194
-         systems-on-chip. The driver supports 352 LIC IRQs and 39 AON GPIOs
-         lines for timestamping in realtime.
+         and later systems-on-chip. The driver supports 352 LIC IRQs and 39
+         AON GPIOs lines for timestamping in realtime.
 
 config HTE_TEGRA194_TEST
         tristate "NVIDIA Tegra194 HTE Test"