diff options
author | Huang Shijie <sjhuang@iluvatar.ai> | 2018-08-06 04:52:31 -0400 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2018-08-29 12:14:10 -0400 |
commit | 90082cd397aebc8ce375904024d7c80d1258df85 (patch) | |
tree | 0a18a01f523fe5625886a79709fc42c96568fa41 | |
parent | fbb69ece0462ae95bbdff3ade9288bb5f1709f26 (diff) |
dmaengine: add COMPILE_TEST for the drivers
We can do the compiling test with COMPILE_TEST.
This patch adds the COMPILE_TEST for the drivers.
Signed-off-by: Huang Shijie <sjhuang@iluvatar.ai>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
-rw-r--r-- | drivers/dma/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index dacf3f42426d..73a75dea9cc3 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig | |||
@@ -447,7 +447,7 @@ config PL330_DMA | |||
447 | 447 | ||
448 | config PXA_DMA | 448 | config PXA_DMA |
449 | bool "PXA DMA support" | 449 | bool "PXA DMA support" |
450 | depends on (ARCH_MMP || ARCH_PXA) | 450 | depends on (ARCH_MMP || ARCH_PXA || COMPILE_TEST) |
451 | select DMA_ENGINE | 451 | select DMA_ENGINE |
452 | select DMA_VIRTUAL_CHANNELS | 452 | select DMA_VIRTUAL_CHANNELS |
453 | help | 453 | help |
@@ -465,7 +465,7 @@ config SIRF_DMA | |||
465 | 465 | ||
466 | config STE_DMA40 | 466 | config STE_DMA40 |
467 | bool "ST-Ericsson DMA40 support" | 467 | bool "ST-Ericsson DMA40 support" |
468 | depends on ARCH_U8500 | 468 | depends on ARCH_U8500 || COMPILE_TEST |
469 | select DMA_ENGINE | 469 | select DMA_ENGINE |
470 | help | 470 | help |
471 | Support for ST-Ericsson DMA40 controller | 471 | Support for ST-Ericsson DMA40 controller |