Skip to content

Commit

Permalink
ASoC: mt8365: Allow build coverage
Browse files Browse the repository at this point in the history
There is no build time dependency on anything specific to ARCH_MEDIATEK so
enable COMPILE_TEST builds.

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Reviewed-by: Alexandre Mergnat <amergnat@baylibre.com>
Tested-by: Nathan Chancellor <nathan@kernel.org> # build
Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://patch.msgid.link/20240907-asoc-fix-mt8365-build-v1-7-7ad0bac20161@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
broonie committed Sep 9, 2024
1 parent d70ce6d commit 36fa259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/mediatek/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ config SND_SOC_MT8195_MT6359

config SND_SOC_MT8365
tristate "ASoC support for MediaTek MT8365 chip"
depends on ARCH_MEDIATEK
depends on ARCH_MEDIATEK || COMPILE_TEST
select SND_SOC_MEDIATEK
help
This adds ASoC platform driver support for MediaTek MT8365 chip
Expand Down

0 comments on commit 36fa259

Please sign in to comment.