aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/Kconfig
diff options
context:
space:
mode:
authorRicardo Neri <ricardo.neri-calderon@linux.intel.com>2014-10-16 21:22:01 -0400
committerMark Brown <broonie@kernel.org>2014-10-20 07:20:35 -0400
commit282a331fe25c74c23800bb7da1bb62c9e54fd738 (patch)
tree2b354e521558d592b5072e25a3069a06692aa1b1 /sound/soc/intel/Kconfig
parent0fbc7d7320202489383f520ecd1758b15a00e17c (diff)
ASoC: Intel: Add new dependency for Broadwell machine
I2C support for the RT286 codec is provided through the Designware I2C platform adapter in this machine. Thus, the adapter driver must be present. Signed-off-by: Ricardo Neri <ricardo.neri-calderon@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/Kconfig')
-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 c719438fa3d7..774fab988509 100644
--- a/sound/soc/intel/Kconfig
+++ b/sound/soc/intel/Kconfig
@@ -65,7 +65,8 @@ config SND_SOC_INTEL_BYT_MAX98090_MACH
65 65
66config SND_SOC_INTEL_BROADWELL_MACH 66config SND_SOC_INTEL_BROADWELL_MACH
67 tristate "ASoC Audio DSP support for Intel Broadwell Wildcatpoint" 67 tristate "ASoC Audio DSP support for Intel Broadwell Wildcatpoint"
68 depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && DW_DMAC 68 depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && DW_DMAC && \\
69 I2C_DESIGNWARE_PLATFORM
69 select SND_SOC_INTEL_HASWELL 70 select SND_SOC_INTEL_HASWELL
70 select SND_COMPRESS_OFFLOAD 71 select SND_COMPRESS_OFFLOAD
71 select SND_SOC_RT286 72 select SND_SOC_RT286