[PATCH] ASoC: Intel: avs: Enable AVS driver only on x86 platforms

Mark Brown broonie at kernel.org
Fri Apr 22 15:54:06 CEST 2022


On Fri, Apr 22, 2022 at 03:34:11PM +0200, Amadeusz Sławiński wrote:
> Only supported platform for AVS are x86 machines, so there is no reason
> for it to build on other architectures.

>  config SND_SOC_INTEL_AVS
>  	tristate "Intel AVS driver"
> -	depends on PCI && ACPI
> +	depends on X86 && PCI && ACPI

If it actually builds please add an || COMPILE_TEST in there so people
doing framework updates have to cover fewer build configurations for
testing (this might make sense for the PCI and ACPI bits as well if
those will compile out).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20220422/07f54032/attachment.sig>


More information about the Alsa-devel mailing list