diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2018-02-19 14:45:58 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-02-20 13:05:58 +0100 |
commit | fa8d915172b8c10ec0734c4021e99e9705023b07 (patch) | |
tree | fe528a1c17792f85948c19c02a29fd1a0c922c60 /sound/soc/codecs/Kconfig | |
parent | ASoC: Add DT bindings documentation for max9759 amplifier (diff) | |
download | linux-fa8d915172b8c10ec0734c4021e99e9705023b07.tar.xz linux-fa8d915172b8c10ec0734c4021e99e9705023b07.zip |
ASoC: max9759: Add Amplifier Driver
The max9759 is a gpio controlled amplifier.
Tested on a Variscite Dart MX6 SoM based custom board.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.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 2b331f7266ab..f9ea4603a903 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -98,6 +98,7 @@ config SND_SOC_ALL_CODECS select SND_SOC_MAX98373 if I2C select SND_SOC_MAX9850 if I2C select SND_SOC_MAX9860 if I2C + select SND_SOC_MAX9759 select SND_SOC_MAX9768 if I2C select SND_SOC_MAX9877 if I2C select SND_SOC_MC13783 if MFD_MC13XXX @@ -1187,6 +1188,10 @@ config SND_SOC_ZX_AUD96P22 config SND_SOC_LM4857 tristate +config SND_SOC_MAX9759 + tristate "Maxim MAX9759 speaker Amplifier" + select GPIOLIB + config SND_SOC_MAX9768 tristate |