diff options
author | Ryan Lee <ryans.lee@maximintegrated.com> | 2018-01-03 21:39:17 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-01-04 20:17:06 +0300 |
commit | 2f3d24a1355ad32845300dfd0a375c361be7ab38 (patch) | |
tree | 7657a8cee37be6aeccb22c1937db246e6c30fad1 /sound/soc/codecs/Kconfig | |
parent | bab4a10f0dc745b3c07acb8fa5fbc4337e140f58 (diff) | |
download | linux-2f3d24a1355ad32845300dfd0a375c361be7ab38.tar.xz |
ASoC: max98373: Added Amplifier Driver
Signed-off-by: Ryan Lee <ryans.lee@maximintegrated.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index a42ddbc93f3d..80af1f4d3097 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -95,6 +95,7 @@ config SND_SOC_ALL_CODECS select SND_SOC_MAX98925 if I2C select SND_SOC_MAX98926 if I2C select SND_SOC_MAX98927 if I2C + select SND_SOC_MAX98373 if I2C select SND_SOC_MAX9850 if I2C select SND_SOC_MAX9860 if I2C select SND_SOC_MAX9768 if I2C @@ -623,6 +624,10 @@ config SND_SOC_MAX98927 tristate "Maxim Integrated MAX98927 Speaker Amplifier" depends on I2C +config SND_SOC_MAX98373 + tristate "Maxim Integrated MAX98373 Speaker Amplifier" + depends on I2C + config SND_SOC_MAX9850 tristate |