diff options
author | Ryan Lee <ryans.lee@maximintegrated.com> | 2017-04-04 02:23:08 +0900 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-04-06 19:25:57 +0100 |
commit | 7c0c2000716e64151b3c0c62026c18f31537ebe9 (patch) | |
tree | fa129e0c03c340e782c1ce6877f2064e604ca7d1 /sound/soc/codecs/Kconfig | |
parent | a5de5b74a50113564a1e0850e2da96c37c35e55d (diff) | |
download | lwn-7c0c2000716e64151b3c0c62026c18f31537ebe9.tar.gz lwn-7c0c2000716e64151b3c0c62026c18f31537ebe9.zip |
ASoC: Add support for Maxim Integrated MAX98927 Amplifier
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 9e1718a8cb1c..65e31ab88280 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -89,6 +89,7 @@ config SND_SOC_ALL_CODECS select SND_SOC_MAX9867 if I2C select SND_SOC_MAX98925 if I2C select SND_SOC_MAX98926 if I2C + select SND_SOC_MAX98927 if I2C select SND_SOC_MAX9850 if I2C select SND_SOC_MAX9860 if I2C select SND_SOC_MAX9768 if I2C @@ -585,6 +586,10 @@ config SND_SOC_MAX98925 config SND_SOC_MAX98926 tristate +config SND_SOC_MAX98927 + tristate "Maxim Integrated MAX98927 Speaker Amplifier" + depends on I2C + config SND_SOC_MAX9850 tristate |