Skip to content

Commit 3dcf44a

Browse files
Francesco Lavrabroonie
authored andcommitted
spi: tegra114: remove Kconfig dependency on TEGRA20_APB_DMA
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: bb9667d ("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>
1 parent a90903c commit 3dcf44a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/spi/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,10 +1181,10 @@ config SPI_TEGRA210_QUAD
11811181

11821182
config SPI_TEGRA114
11831183
tristate "NVIDIA Tegra114 SPI Controller"
1184-
depends on (ARCH_TEGRA && TEGRA20_APB_DMA) || COMPILE_TEST
1184+
depends on ARCH_TEGRA || COMPILE_TEST
11851185
depends on RESET_CONTROLLER
11861186
help
1187-
SPI driver for NVIDIA Tegra114 SPI Controller interface. This controller
1187+
SPI controller driver for NVIDIA Tegra114 and later SoCs. This controller
11881188
is different than the older SoCs SPI controller and also register interface
11891189
get changed with this controller.
11901190

0 commit comments

Comments
 (0)