Skip to content

Commit 2dbf11e

Browse files
pinchartlbroonie
authored andcommitted
ASoC: sh: Replace 'select' DMADEVICES 'with depends on'
Enabling a whole subsystem from a single driver 'select' is frowned upon and won't be accepted in new drivers, that need to use 'depends on' instead. Existing selection of DMADEVICES will then cause circular dependencies. Replace them with a dependency. Signed-off-by: Laurent Pinchart <[email protected]> Acked-by: Randy Dunlap <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 14e5ad7 commit 2dbf11e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/sh/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ config SND_SOC_SH4_FSI
3030
config SND_SOC_SH4_SIU
3131
tristate
3232
depends on ARCH_SHMOBILE && HAVE_CLK
33+
depends on DMADEVICES
3334
select DMA_ENGINE
34-
select DMADEVICES
3535
select SH_DMAE
3636
select FW_LOADER
3737

0 commit comments

Comments
 (0)