Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 161aa49e authored by Ricardo Neri's avatar Ricardo Neri Committed by Mark Brown
Browse files

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: default avatarRicardo Neri <ricardo.neri-calderon@linux.intel.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 282a331f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -36,7 +36,8 @@ config SND_SOC_INTEL_BAYTRAIL

config SND_SOC_INTEL_HASWELL_MACH
	tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint"
	depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C
	depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C && \\
		   I2C_DESIGNWARE_PLATFORM
	select SND_SOC_INTEL_HASWELL
	select SND_SOC_RT5640
	help