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

Configure Feed

Select the types of activity you want to include in your feed.

dmaengine: st_fdma: add COMPILE_TEST support

Add COMPILE_TEST as an option to allow test building the driver.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://patch.msgid.link/20251106022015.84970-3-rosenp@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Rosen Penev and committed by
Vinod Koul
c3af0562 19fed6ca

+1 -1
+1 -1
drivers/dma/Kconfig
··· 590 590 591 591 config ST_FDMA 592 592 tristate "ST FDMA dmaengine support" 593 - depends on ARCH_STI 593 + depends on ARCH_STI || COMPILE_TEST 594 594 depends on REMOTEPROC 595 595 select ST_SLIM_REMOTEPROC 596 596 select DMA_ENGINE