aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Neri <ricardo.neri-calderon@linux.intel.com>2014-10-16 21:22:02 -0400
committerMark Brown <broonie@kernel.org>2014-10-20 07:20:35 -0400
commit161aa49ef1b99891b82d3599885eb8d5cbf0ebfc (patch)
treeba7783f37c129df8e415d64be8101d70c1967f52
parent282a331fe25c74c23800bb7da1bb62c9e54fd738 (diff)
ASoC: Intel: Add new dependency for Haswell machine
I2C support for the RT5640 codec is provided through the Designware I2C platform adapter in this machine. Thus, the driver must be present. Signed-off-by: Ricardo Neri <ricardo.neri-calderon@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/intel/Kconfig3
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
37config SND_SOC_INTEL_HASWELL_MACH 37config 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