diff options
author | Anish Kumar <yesanishhere@gmail.com> | 2015-03-09 23:50:34 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-03-11 20:16:07 +0100 |
commit | 1ff2765182d1969947dfb50f4e42ebd7e83699fd (patch) | |
tree | f56a1426356915dbf9dc450f17842d714c1b1c42 /sound/soc/codecs/Kconfig | |
parent | Linux 4.0-rc3 (diff) | |
download | linux-1ff2765182d1969947dfb50f4e42ebd7e83699fd.tar.xz linux-1ff2765182d1969947dfb50f4e42ebd7e83699fd.zip |
ASoC: Add max98925 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 ea9f0e31f9d4..0ccce5a1f4fa 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -70,6 +70,7 @@ config SND_SOC_ALL_CODECS select SND_SOC_MAX98090 if I2C select SND_SOC_MAX98095 if I2C select SND_SOC_MAX98357A if GPIOLIB + select SND_SOC_MAX98925 if I2C select SND_SOC_MAX9850 if I2C select SND_SOC_MAX9768 if I2C select SND_SOC_MAX9877 if I2C @@ -460,6 +461,9 @@ config SND_SOC_MAX98095 config SND_SOC_MAX98357A tristate +config SND_SOC_MAX98925 + tristate + config SND_SOC_MAX9850 tristate |