diff options
author | Vinod Koul | 2016-09-02 15:57:51 +0530 |
---|---|---|
committer | Vinod Koul | 2016-09-26 22:31:15 +0530 |
commit | 4fbf3717a467c6d9bcd8fdce03fdd5074b14a03f (patch) | |
tree | 1d0b9c8aa1e1e6d41ab114fd04d8684a48b9d0bb /drivers/dma/Kconfig | |
parent | 93d05f1ec644c97535159649de7f8e6731841336 (diff) |
dmaengine: stm32-dma: enable COMPILE_TEST
To get more coverage, enable COMPILE_TEST for this driver.
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r-- | drivers/dma/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index faf702321350..a86578fdbfc3 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -439,9 +439,8 @@ config STE_DMA40 config STM32_DMA bool "STMicroelectronics STM32 DMA support" - depends on ARCH_STM32 + depends on ARCH_STM32 || COMPILE_TEST select DMA_ENGINE - select DMA_OF select DMA_VIRTUAL_CHANNELS help Enable support for the on-chip DMA controller on STMicroelectronics |