diff options
-rw-r--r-- | sound/soc/intel/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig index 774fab988509..2a3af880868b 100644 --- a/sound/soc/intel/Kconfig +++ b/sound/soc/intel/Kconfig | |||
@@ -36,7 +36,8 @@ config SND_SOC_INTEL_BAYTRAIL | |||
36 | 36 | ||
37 | config SND_SOC_INTEL_HASWELL_MACH | 37 | config SND_SOC_INTEL_HASWELL_MACH |
38 | tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint" | 38 | tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint" |
39 | depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C | 39 | depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C && \\ |
40 | I2C_DESIGNWARE_PLATFORM | ||
40 | select SND_SOC_INTEL_HASWELL | 41 | select SND_SOC_INTEL_HASWELL |
41 | select SND_SOC_RT5640 | 42 | select SND_SOC_RT5640 |
42 | help | 43 | help |