diff options
author | Keyon Jie <yang.jie@linux.intel.com> | 2019-08-09 19:22:35 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-08-12 09:02:26 -0400 |
commit | 0181d2853126db0717de6bd5b3287f1c87faf7c3 (patch) | |
tree | 4fc5172e5c87b447a1a569bb28797626f30c25cb /sound | |
parent | 1a3fb5d3f420d5f022768fcff091e5a9862f5877 (diff) |
ASoC: Intel: skl-hda-dsp-generic: add dependency to dmic driver
The hda generic machine actually has dependency on the dmic driver,
select SND_SOC_DMIC at the machine selected to fix it.
Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20190809232236.21182-4-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/intel/boards/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/intel/boards/Kconfig b/sound/soc/intel/boards/Kconfig index 50bf149818b5..4a529cea0190 100644 --- a/sound/soc/intel/boards/Kconfig +++ b/sound/soc/intel/boards/Kconfig | |||
@@ -387,6 +387,7 @@ if SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC || SND_SOC_SOF_HDA_AUDIO_CODEC | |||
387 | config SND_SOC_INTEL_SKL_HDA_DSP_GENERIC_MACH | 387 | config SND_SOC_INTEL_SKL_HDA_DSP_GENERIC_MACH |
388 | tristate "SKL/KBL/BXT/APL with HDA Codecs" | 388 | tristate "SKL/KBL/BXT/APL with HDA Codecs" |
389 | select SND_SOC_HDAC_HDMI | 389 | select SND_SOC_HDAC_HDMI |
390 | select SND_SOC_DMIC | ||
390 | # SND_SOC_HDAC_HDA is already selected | 391 | # SND_SOC_HDAC_HDA is already selected |
391 | help | 392 | help |
392 | This adds support for ASoC machine driver for Intel platforms | 393 | This adds support for ASoC machine driver for Intel platforms |