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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 8c24426 commit 587dd30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)