diff options
| author | Francesco Lavra <flavra@baylibre.com> | 2025-11-26 10:50:27 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-12-07 06:24:56 +0900 |
| commit | 6e5ee3c217265494bf6d66bcbb321da6f90614fe (patch) | |
| tree | 85448ba823aed578e44ec5a832963379eafb2221 /drivers/spi | |
| parent | 4a16b2a0c1f033f95f5d0b98b9e40e8bf7c4c2c5 (diff) | |
| download | linux-6e5ee3c217265494bf6d66bcbb321da6f90614fe.tar.gz linux-6e5ee3c217265494bf6d66bcbb321da6f90614fe.tar.bz2 linux-6e5ee3c217265494bf6d66bcbb321da6f90614fe.zip | |
spi: tegra114: remove Kconfig dependency on TEGRA20_APB_DMA
[ Upstream commit 3dcf44ab56e1d3ca3532083c0d5390b758e45b45 ]
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers/spi')
| -rw-r--r-- | drivers/spi/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 823797217404..06c740442fa7 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -1087,10 +1087,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. |
