diff options
author | anish kumar <yesanishhere@gmail.com> | 2016-01-14 23:03:33 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-01-27 21:23:20 +0100 |
commit | a2e2876aa0bab5939daf1cb20ef07ebf38744c1f (patch) | |
tree | 465db8c43d91b0c122a5a61dc9fb3f8b2cdccd3c /sound/soc/codecs/Kconfig | |
parent | Linux 4.5-rc1 (diff) | |
download | linux-a2e2876aa0bab5939daf1cb20ef07ebf38744c1f.tar.xz linux-a2e2876aa0bab5939daf1cb20ef07ebf38744c1f.zip |
ASoC: Add max98926 codec driver
Signed-off-by: anish kumar <yesanishhere@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 50693c867e71..ebaaa51823ef 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -80,6 +80,7 @@ config SND_SOC_ALL_CODECS select SND_SOC_MAX98095 if I2C select SND_SOC_MAX98357A if GPIOLIB select SND_SOC_MAX98925 if I2C + select SND_SOC_MAX98926 if I2C select SND_SOC_MAX9850 if I2C select SND_SOC_MAX9768 if I2C select SND_SOC_MAX9877 if I2C @@ -519,6 +520,9 @@ config SND_SOC_MAX98357A config SND_SOC_MAX98925 tristate +config SND_SOC_MAX98926 + tristate + config SND_SOC_MAX9850 tristate |