diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2018-06-27 10:39:37 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-06-27 14:26:41 +0300 |
commit | f516d32262a4c0fef3fccdf2a82671f54f5c1e33 (patch) | |
tree | b7cacc9389f762ff7cfdfafa799be2fb6faf2cb6 /sound/soc/codecs/Kconfig | |
parent | 599eb9060c7ccaf6a8f0386ab89e3cb5c1f1fea4 (diff) | |
download | linux-f516d32262a4c0fef3fccdf2a82671f54f5c1e33.tar.xz |
ASoC: tas517x: add tas5707 support
Add support for the tas5707 audio power amplifier.
Signed-off-by: Jerome Brunet <jbrunet@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, 4 insertions, 1 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 53c2d726bedf..6d1674699385 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -959,8 +959,11 @@ config SND_SOC_TAS5086 depends on I2C config SND_SOC_TAS571X - tristate "Texas Instruments TAS5711/TAS5717/TAS5719/TAS5721 power amplifiers" + tristate "Texas Instruments TAS571x power amplifiers" depends on I2C + help + Enable support for Texas Instruments TAS5707, TAS5711, TAS5717, + TAS5719 and TAS5721 power amplifiers config SND_SOC_TAS5720 tristate "Texas Instruments TAS5720 Mono Audio amplifier" |