Skip to content

Commit 587dd30

Browse files
krzkvinodkoul
authored andcommitted
dmaengine: sh: Do not enable SH_DMAE_BASE by default during compile testing
Enabling the compile test should not cause automatic enabling of all drivers. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20250404122114.359087-1-krzysztof.kozlowski@linaro.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 8c24426 commit 587dd30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/dma/sh/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ config SH_DMAE_BASE
1616
depends on SUPERH || COMPILE_TEST
1717
depends on !SUPERH || SH_DMA
1818
depends on !SH_DMA_API
19-
default y
19+
default SUPERH || SH_DMA
2020
select RENESAS_DMA
2121
help
2222
Enable support for the Renesas SuperH DMA controllers.

0 commit comments

Comments
 (0)