From: Dmitry Osipenko Date: Sun, 9 Feb 2020 16:33:54 +0000 (+0300) Subject: dmaengine: tegra-apb: Support COMPILE_TEST X-Git-Tag: libata-5.7-2020-04-09~57^2~29 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=6c41ac96ad92;p=linux-block.git 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 Acked-by: Jon Hunter Link: https://lore.kernel.org/r/20200209163356.6439-18-digetx@gmail.com Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 98daf3aafdcc..7fc725d928b2 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -617,7 +617,7 @@ config TXX9_DMAC config TEGRA20_APB_DMA tristate "NVIDIA Tegra20 APB DMA support" - depends on ARCH_TEGRA + depends on ARCH_TEGRA || COMPILE_TEST select DMA_ENGINE help Support for the NVIDIA Tegra20 APB DMA controller driver. The