summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/Kconfig
diff options
context:
space:
mode:
authorHarsha Priya N2017-08-17 00:37:11 +0200
committerMark Brown2017-08-17 16:25:08 +0200
commit393a829bb2f7e12403cb7ff3b62539c27a543a2c (patch)
tree3277b86b2bce12dadb832dff9aee1c960024fe92 /sound/soc/intel/Kconfig
parentASoC: Medfield: Delete an error message for a failed memory allocation in snd... (diff)
downloadkernel-qcow2-linux-393a829bb2f7e12403cb7ff3b62539c27a543a2c.tar.gz
kernel-qcow2-linux-393a829bb2f7e12403cb7ff3b62539c27a543a2c.tar.xz
kernel-qcow2-linux-393a829bb2f7e12403cb7ff3b62539c27a543a2c.zip
ASoC: Intel: kbl_rt5663_rt5514_max98927: Add rt5514 spi dailink
This patch adds a dai to rt5514-spi driver for wake on voice functionality. Signed-off-by: Hsin-yu Chao <hychao@google.com> Signed-off-by: Harsha Priya <harshapriya.n@intel.com> Acked-By: Vinod Koul <vinod.koul@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 b301bfff1c09..b3c7f554ec30 100644
--- a/sound/soc/intel/Kconfig
+++ b/sound/soc/intel/Kconfig
@@ -255,11 +255,12 @@ config SND_SOC_INTEL_KBL_RT5663_MAX98927_MACH
config SND_SOC_INTEL_KBL_RT5663_RT5514_MAX98927_MACH
tristate "ASoC Audio driver for KBL with RT5663, RT5514 and MAX98927 in I2S Mode"
- depends on X86_INTEL_LPSS && I2C
+ depends on X86_INTEL_LPSS && I2C && SPI
select SND_SOC_INTEL_SST
select SND_SOC_INTEL_SKYLAKE
select SND_SOC_RT5663
select SND_SOC_RT5514
+ select SND_SOC_RT5514_SPI
select SND_SOC_MAX98927
select SND_SOC_HDAC_HDMI
help