diff options
author | Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com> | 2022-04-25 11:16:46 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-04-25 13:59:06 +0100 |
commit | 5755d0f63c677b8b63b82dceacd26d96617e3ba8 (patch) | |
tree | 4684839c41e6cdd05bc81d9f8c28a05ce967c0a8 /sound/soc/intel | |
parent | 47a1886a610aca6a55c18ee677f9176e73162e97 (diff) | |
download | linux-5755d0f63c677b8b63b82dceacd26d96617e3ba8.tar.gz linux-5755d0f63c677b8b63b82dceacd26d96617e3ba8.tar.bz2 linux-5755d0f63c677b8b63b82dceacd26d96617e3ba8.zip |
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: 274d79e51875 ("ASoC: Intel: avs: Configure modules according to their type")
Reported-by: kernel test robot <lkp@intel.com>
Reviewed-by: Cezary Rojewski <cezary.rojewski@intel.com>
Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Link: https://lore.kernel.org/r/20220425091646.545216-2-amadeuszx.slawinski@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel')
-rw-r--r-- | sound/soc/intel/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig index 4ef9a1fee121..be42c4eff165 100644 --- a/sound/soc/intel/Kconfig +++ b/sound/soc/intel/Kconfig @@ -218,7 +218,7 @@ config SND_SOC_INTEL_AVS select SND_SOC_TOPOLOGY select SND_HDA_EXT_CORE select SND_HDA_DSP_LOADER - select SND_INTEL_NHLT + select SND_INTEL_DSP_CONFIG help Enable support for Intel(R) cAVS 1.5 platforms with DSP capabilities. This includes Skylake, Kabylake, Amberlake and |