diff options
author | Peter Rosin <peda@axentia.se> | 2014-11-08 14:40:17 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-11-09 10:46:43 +0100 |
commit | fbace43e8817113475ebda00e28593baa436a131 (patch) | |
tree | 80ca37d0a0bbf6a78e6a399b84a9e63c6405b0d0 /sound/soc/codecs/Kconfig | |
parent | Linux 3.18-rc1 (diff) | |
download | linux-fbace43e8817113475ebda00e28593baa436a131.tar.xz linux-fbace43e8817113475ebda00e28593baa436a131.zip |
ASoC: tfa9879: New driver for NXP Semiconductors TFA9879 amplifier.
Signed-off-by: Peter Rosin <peda@axentia.se>
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 a68d1731a8fd..99b34a97499f 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -101,6 +101,7 @@ config SND_SOC_ALL_CODECS select SND_SOC_STAC9766 if SND_SOC_AC97_BUS select SND_SOC_TAS2552 if I2C select SND_SOC_TAS5086 if I2C + select SND_SOC_TFA9879 if I2C select SND_SOC_TLV320AIC23_I2C if I2C select SND_SOC_TLV320AIC23_SPI if SPI_MASTER select SND_SOC_TLV320AIC26 if SPI_MASTER @@ -577,6 +578,10 @@ config SND_SOC_TAS5086 tristate "Texas Instruments TAS5086 speaker amplifier" depends on I2C +config SND_SOC_TFA9879 + tristate "NXP Semiconductors TFA9879 amplifier" + depends on I2C + config SND_SOC_TLV320AIC23 tristate |