Skip to content

Commit 6c41ac9

Browse files
digetxvinodkoul
authored andcommitted
dmaengine: tegra-apb: Support COMPILE_TEST
There is nothing arch-specific in the driver's code, so let's enable compile-testing for the driver. Signed-off-by: Dmitry Osipenko <[email protected]> Acked-by: Jon Hunter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 3962a24 commit 6c41ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/dma/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ config TXX9_DMAC
617617

618618
config TEGRA20_APB_DMA
619619
tristate "NVIDIA Tegra20 APB DMA support"
620-
depends on ARCH_TEGRA
620+
depends on ARCH_TEGRA || COMPILE_TEST
621621
select DMA_ENGINE
622622
help
623623
Support for the NVIDIA Tegra20 APB DMA controller driver. The

0 commit comments

Comments
 (0)