]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ARM: imx_v6_v7_defconfig: Configure CONFIG_SND_SOC_FSL_ASOC_CARD as module
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Tue, 16 Dec 2025 14:35:21 +0000 (15:35 +0100)
committerShawn Guo <shawnguo@kernel.org>
Tue, 30 Dec 2025 08:27:40 +0000 (16:27 +0800)
commit239003957eb448369689914fde7b074688419fce
tree745abfe38477c925c059bfa6f16a8fe103313036
parent9915bc977b9829f50cd930811a12b3b4f0c7b048
ARM: imx_v6_v7_defconfig: Configure CONFIG_SND_SOC_FSL_ASOC_CARD as module

This option explicitly selects other options, e.g. SND_SOC_FSL_SAI.
These SAI drivers use DMA which in turn is dependent on CONFIG_IMX_SDMA.
SDMA needs a firmware which is not yet present if the driver is built-in.
Thus build CONFIG_SND_SOC_FSL_ASOC_CARD to avoid useless driver probe
deferrals due to missing DMA channels.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/configs/imx_v6_v7_defconfig