diff options
author | Sebastian Reichel <sebastian.reichel@collabora.com> | 2019-11-08 18:48:40 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-11-11 19:42:23 +0000 |
commit | 36da67630d3159e48e37a9f9b2d26ceece426482 (patch) | |
tree | b056169cb5d74b6401bfbb941a04c31f7ca86f38 /sound | |
parent | 9da776ba7852f9b5cbfdfaa80a1dc07cda592b55 (diff) | |
download | linux-36da67630d3159e48e37a9f9b2d26ceece426482.tar.gz linux-36da67630d3159e48e37a9f9b2d26ceece426482.tar.bz2 linux-36da67630d3159e48e37a9f9b2d26ceece426482.zip |
ASoC: Add DA7213 audio codec as selectable option
This commit adds the Dialog DA7213 audio codec as a selectable option
in the kernel config. Currently the driver can only be selected for
Intel Baytrail/Cherrytrail devices or if SND_SOC_ALL_CODECS is enabled.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Link: https://lore.kernel.org/r/20191108174843.11227-3-sebastian.reichel@collabora.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 1a4b084cc90d..ec01e4f12a78 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -679,7 +679,8 @@ config SND_SOC_DA7210 tristate config SND_SOC_DA7213 - tristate + tristate "Dialog DA7213 CODEC" + depends on I2C config SND_SOC_DA7218 tristate |