summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/Kconfig
diff options
context:
space:
mode:
authorTzung-Bi Shih <tzungbi@google.com>2019-10-19 09:02:51 +0200
committerMark Brown <broonie@kernel.org>2019-10-21 14:52:00 +0200
commitb6bc07d4360dbf766e551f18e43c67fff6784955 (patch)
treebb0b5b56c01ce588e7cf45da93dc87de47097b44 /sound/soc/codecs/Kconfig
parentASoC: msm8916-wcd-analog: Add earpiece (diff)
downloadlinux-b6bc07d4360dbf766e551f18e43c67fff6784955.tar.xz
linux-b6bc07d4360dbf766e551f18e43c67fff6784955.zip
ASoC: cros_ec_codec: support WoV
1. Get EC codec's capabilities. 2. Get and set SHM address if any. 3. Transmit language model to EC codec if needed. 4. Start to read audio data from EC codec if receives host event. Signed-off-by: Tzung-Bi Shih <tzungbi@google.com> Acked-by: Enric Balletbo i Serra <enric.balletbo@collabora.com> Link: https://lore.kernel.org/r/20191019143504.1.I5388b69a7a9c551078fed216a77440cee6dedf49@changeid Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r--sound/soc/codecs/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index 5a706102db04..1a4b084cc90d 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -509,6 +509,8 @@ config SND_SOC_CQ0093VC
config SND_SOC_CROS_EC_CODEC
tristate "codec driver for ChromeOS EC"
depends on CROS_EC
+ select CRYPTO
+ select CRYPTO_SHA256
help
If you say yes here you will get support for the
ChromeOS Embedded Controller's Audio Codec.