]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ASoC: spacemit: use `depends on` instead of `select`
authorTroy Mitchell <troy.mitchell@linux.spacemit.com>
Tue, 28 Oct 2025 01:32:10 +0000 (09:32 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 28 Oct 2025 10:17:35 +0000 (10:17 +0000)
commit66fecfa91deb536a12ddf3d878a99590d7900277
tree41c445a9a9d5ad29697ce972af32a14ec8b4c2b8
parent7a78e387654f20e798ceab5bae9c1f5557416431
ASoC: spacemit: use `depends on` instead of `select`

Selecting DMA_CMA directly bypasses its dependency chain.
This can cause build warnings or errors if the required
dependencies are not enabled.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/all/20251022141705.714b19b5@canb.auug.org.au/
Fixes: fce217449075 ("ASoC: spacemit: add i2s support for K1 SoC")
Signed-off-by: Troy Mitchell <troy.mitchell@linux.spacemit.com>
Link: https://patch.msgid.link/20251028-fix-k1-i2s-v2-2-a547c15ed5c3@linux.spacemit.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/spacemit/Kconfig