Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dmaengine: ep93xx: enable COMPILE_TEST

To get more coverage, enable COMPILE_TEST for this driver.

Signed-off-by: Vinod Koul <vinod.koul@intel.com>

+1 -1
+1 -1
drivers/dma/Kconfig
··· 167 167 168 168 config EP93XX_DMA 169 169 bool "Cirrus Logic EP93xx DMA support" 170 - depends on ARCH_EP93XX 170 + depends on ARCH_EP93XX || COMPILE_TEST 171 171 select DMA_ENGINE 172 172 help 173 173 Enable support for the Cirrus Logic EP93xx M2P/M2M DMA controller.