Message ID | 20220425091646.545216-1-amadeuszx.slawinski@linux.intel.com |
---|---|
State | Accepted |
Commit | 47a1886a610aca6a55c18ee677f9176e73162e97 |
Headers | show |
Series | [v2,1/2] ASoC: Intel: avs: Enable AVS driver only on x86 platforms | expand |
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig index c364ddf22267..4ef9a1fee121 100644 --- a/sound/soc/intel/Kconfig +++ b/sound/soc/intel/Kconfig @@ -211,7 +211,8 @@ config SND_SOC_INTEL_KEEMBAY config SND_SOC_INTEL_AVS tristate "Intel AVS driver" - depends on PCI && ACPI + depends on (X86 && ACPI) || COMPILE_TEST + depends on PCI depends on COMMON_CLK select SND_SOC_ACPI select SND_SOC_TOPOLOGY