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: 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>

authored by Francesco Lavra and committed by Mark Brown 3dcf44ab a90903c2

Changed files
+2 -2
drivers
spi
+2 -2
drivers/spi/Kconfig
··· 1181 1181 1182 1182 config SPI_TEGRA114 1183 1183 tristate "NVIDIA Tegra114 SPI Controller" 1184 - depends on (ARCH_TEGRA && TEGRA20_APB_DMA) || COMPILE_TEST 1184 + depends on ARCH_TEGRA || COMPILE_TEST 1185 1185 depends on RESET_CONTROLLER 1186 1186 help 1187 - SPI driver for NVIDIA Tegra114 SPI Controller interface. This controller 1187 + SPI controller driver for NVIDIA Tegra114 and later SoCs. This controller 1188 1188 is different than the older SoCs SPI controller and also register interface 1189 1189 get changed with this controller. 1190 1190