Commit 5755d0f6 authored by Amadeusz Sławiński's avatar Amadeusz Sławiński Committed by Mark Brown

ASoC: Intel: avs: Depend on SND_INTEL_DSP_CONFIG

In order to enable NHLT support one must select SND_INTEL_DSP_CONFIG,
which will select SND_INTEL_NHLT. Otherwise the file containing NHLT
code doesn't get build leading to errors when linking.

Fixes: 274d79e5 ("ASoC: Intel: avs: Configure modules according to their type")
Reported-by: default avatarkernel test robot <lkp@intel.com>
Reviewed-by: default avatarCezary Rojewski <cezary.rojewski@intel.com>
Signed-off-by: default avatarAmadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Link: https://lore.kernel.org/r/20220425091646.545216-2-amadeuszx.slawinski@linux.intel.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 47a1886a
...@@ -218,7 +218,7 @@ config SND_SOC_INTEL_AVS ...@@ -218,7 +218,7 @@ config SND_SOC_INTEL_AVS
select SND_SOC_TOPOLOGY select SND_SOC_TOPOLOGY
select SND_HDA_EXT_CORE select SND_HDA_EXT_CORE
select SND_HDA_DSP_LOADER select SND_HDA_DSP_LOADER
select SND_INTEL_NHLT select SND_INTEL_DSP_CONFIG
help help
Enable support for Intel(R) cAVS 1.5 platforms with DSP Enable support for Intel(R) cAVS 1.5 platforms with DSP
capabilities. This includes Skylake, Kabylake, Amberlake and capabilities. This includes Skylake, Kabylake, Amberlake and
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment