]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
spi: tegra114: remove Kconfig dependency on TEGRA20_APB_DMA
authorFrancesco Lavra <flavra@baylibre.com>
Wed, 26 Nov 2025 09:50:27 +0000 (10:50 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 26 Nov 2025 12:30:15 +0000 (12:30 +0000)
This driver runs also on Tegra SoCs without a Tegra20 APB DMA controller
(e.g. Tegra234).
Remove the Kconfig dependency on TEGRA20_APB_DMA; in addition, amend the
help text to reflect the fact that this driver works on SoCs different from
Tegra114.

Fixes: bb9667d8187b ("arm64: tegra: Add SPI device tree nodes for Tegra234")
Signed-off-by: Francesco Lavra <flavra@baylibre.com>
Link: https://patch.msgid.link/20251126095027.4102004-1-flavra@baylibre.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/Kconfig

index 4d8f00c850c1453845680192007342221e80da86..55675750182e3da9df2b2ec6e56c1c82328f5752 100644 (file)
@@ -1181,10 +1181,10 @@ config SPI_TEGRA210_QUAD
 
 config SPI_TEGRA114
        tristate "NVIDIA Tegra114 SPI Controller"
-       depends on (ARCH_TEGRA && TEGRA20_APB_DMA) || COMPILE_TEST
+       depends on ARCH_TEGRA || COMPILE_TEST
        depends on RESET_CONTROLLER
        help
-         SPI driver for NVIDIA Tegra114 SPI Controller interface. This controller
+         SPI controller driver for NVIDIA Tegra114 and later SoCs. This controller
          is different than the older SoCs SPI controller and also register interface
          get changed with this controller.