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: ti: k3-udma: enable compile testing

There does not seem to be anything preventing the K3 UDMA drivers from
being compile tested (on arm64 as one dependency depends on ARM64) so
enable compile testing for wider build coverage.

Note that the ring accelerator dependency can only be selected when
"TI SOC drivers support" (SOC_TI) is enabled so select that option too.

Signed-off-by: Johan Hovold <johan@kernel.org>
Link: https://patch.msgid.link/20251117161851.11242-1-johan@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Johan Hovold and committed by
Vinod Koul
c381f1a3 8be4f3cb

+3 -2
+3 -2
drivers/dma/ti/Kconfig
··· 36 36 37 37 config TI_K3_UDMA 38 38 tristate "Texas Instruments UDMA support" 39 - depends on ARCH_K3 39 + depends on ARCH_K3 || COMPILE_TEST 40 40 depends on TI_SCI_PROTOCOL 41 41 depends on TI_SCI_INTA_IRQCHIP 42 42 select DMA_ENGINE 43 43 select DMA_VIRTUAL_CHANNELS 44 + select SOC_TI 44 45 select TI_K3_RINGACC 45 46 select TI_K3_PSIL 46 47 help ··· 50 49 51 50 config TI_K3_UDMA_GLUE_LAYER 52 51 tristate "Texas Instruments UDMA Glue layer for non DMAengine users" 53 - depends on ARCH_K3 52 + depends on ARCH_K3 || COMPILE_TEST 54 53 depends on TI_K3_UDMA 55 54 help 56 55 Say y here to support the K3 NAVSS DMA glue interface