mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-22 07:27:12 +08:00
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>
This commit is contained in:
@@ -590,7 +590,7 @@ config STE_DMA40
|
||||
|
||||
config ST_FDMA
|
||||
tristate "ST FDMA dmaengine support"
|
||||
depends on ARCH_STI
|
||||
depends on ARCH_STI || COMPILE_TEST
|
||||
depends on REMOTEPROC
|
||||
select ST_SLIM_REMOTEPROC
|
||||
select DMA_ENGINE
|
||||
|
||||
Reference in New Issue
Block a user