Skip to content

Commit 2390039

Browse files
tq-steinaShawn Guo
authored andcommitted
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>
1 parent 9915bc9 commit 2390039

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/configs/imx_v6_v7_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ CONFIG_SND_IMX_SOC=y
311311
CONFIG_SND_SOC_EUKREA_TLV320=y
312312
CONFIG_SND_SOC_IMX_ES8328=y
313313
CONFIG_SND_SOC_IMX_SGTL5000=y
314-
CONFIG_SND_SOC_FSL_ASOC_CARD=y
314+
CONFIG_SND_SOC_FSL_ASOC_CARD=m
315315
CONFIG_SND_SOC_AC97_CODEC=y
316316
CONFIG_SND_SOC_CS42XX8_I2C=y
317317
CONFIG_SND_SOC_SPDIF=y

0 commit comments

Comments
 (0)