Skip to content

Commit 33b7db4

Browse files
nullr0utevinodkoul
authored andcommitted
dmaengine: tegra210-adma: Update dependency to ARCH_TEGRA
Update the architecture dependency to be the generic Tegra because the driver works on the four latest Tegra generations not just T210, if you build a kernel with a specific ARCH_TEGRA_xxx_SOC option that excludes 210 you don't get this driver. Fixes: 433de64 ("dmaengine: tegra210-adma: add support for Tegra186/Tegra194") Signed-off-by: Peter Robinson <[email protected]> Cc: Jon Hunter <[email protected]> Cc: Thierry Reding <[email protected]> Cc: Sameer Pujar <[email protected]> Cc: Laxman Dewangan <[email protected]> Reviewed-by: Jon Hunter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 4728e3f commit 33b7db4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

drivers/dma/Kconfig

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -643,16 +643,16 @@ config TEGRA20_APB_DMA
643643

644644
config TEGRA210_ADMA
645645
tristate "NVIDIA Tegra210 ADMA support"
646-
depends on (ARCH_TEGRA_210_SOC || COMPILE_TEST)
646+
depends on (ARCH_TEGRA || COMPILE_TEST)
647647
select DMA_ENGINE
648648
select DMA_VIRTUAL_CHANNELS
649649
help
650-
Support for the NVIDIA Tegra210 ADMA controller driver. The
651-
DMA controller has multiple DMA channels and is used to service
652-
various audio clients in the Tegra210 audio processing engine
653-
(APE). This DMA controller transfers data from memory to
654-
peripheral and vice versa. It does not support memory to
655-
memory data transfer.
650+
Support for the NVIDIA Tegra210/Tegra186/Tegra194/Tegra234 ADMA
651+
controller driver. The DMA controller has multiple DMA channels
652+
and is used to service various audio clients in the Tegra210
653+
audio processing engine (APE). This DMA controller transfers
654+
data from memory to peripheral and vice versa. It does not
655+
support memory to memory data transfer.
656656

657657
config TIMB_DMA
658658
tristate "Timberdale FPGA DMA support"

0 commit comments

Comments
 (0)