Message ID | 20240907-asoc-fix-mt8365-build-v1-7-7ad0bac20161@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 36fa259b214c37bbae3e0b7a47e7fb49cb0ab462 |
Headers | show |
Series | ASoC: mt8365: Fix -Werror builds | expand |
Il 07/09/24 02:53, Mark Brown ha scritto: > There is no build time dependency on anything specific to ARCH_MEDIATEK so > enable COMPILE_TEST builds. > > Signed-off-by: Mark Brown <broonie@kernel.org> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Reviewed-by: Alexandre Mergnat <amergnat@baylibre.com> On 07/09/2024 02:53, Mark Brown wrote: > There is no build time dependency on anything specific to ARCH_MEDIATEK so > enable COMPILE_TEST builds. > > Signed-off-by: Mark Brown <broonie@kernel.org> > --- > sound/soc/mediatek/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/sound/soc/mediatek/Kconfig b/sound/soc/mediatek/Kconfig > index e6f7a5a49794..3033e2d3fe16 100644 > --- a/sound/soc/mediatek/Kconfig > +++ b/sound/soc/mediatek/Kconfig > @@ -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 >
diff --git a/sound/soc/mediatek/Kconfig b/sound/soc/mediatek/Kconfig index e6f7a5a49794..3033e2d3fe16 100644 --- a/sound/soc/mediatek/Kconfig +++ b/sound/soc/mediatek/Kconfig @@ -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
There is no build time dependency on anything specific to ARCH_MEDIATEK so enable COMPILE_TEST builds. Signed-off-by: Mark Brown <broonie@kernel.org> --- sound/soc/mediatek/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)