aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/Kconfig
diff options
context:
space:
mode:
authorPeter Rosin <peda@axentia.se>2014-11-08 08:40:17 -0500
committerMark Brown <broonie@kernel.org>2014-11-09 04:46:43 -0500
commitfbace43e8817113475ebda00e28593baa436a131 (patch)
tree80ca37d0a0bbf6a78e6a399b84a9e63c6405b0d0 /sound/soc/codecs/Kconfig
parentf114040e3ea6e07372334ade75d1ee0775c355e1 (diff)
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/Kconfig5
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
101 select SND_SOC_STAC9766 if SND_SOC_AC97_BUS 101 select SND_SOC_STAC9766 if SND_SOC_AC97_BUS
102 select SND_SOC_TAS2552 if I2C 102 select SND_SOC_TAS2552 if I2C
103 select SND_SOC_TAS5086 if I2C 103 select SND_SOC_TAS5086 if I2C
104 select SND_SOC_TFA9879 if I2C
104 select SND_SOC_TLV320AIC23_I2C if I2C 105 select SND_SOC_TLV320AIC23_I2C if I2C
105 select SND_SOC_TLV320AIC23_SPI if SPI_MASTER 106 select SND_SOC_TLV320AIC23_SPI if SPI_MASTER
106 select SND_SOC_TLV320AIC26 if SPI_MASTER 107 select SND_SOC_TLV320AIC26 if SPI_MASTER
@@ -577,6 +578,10 @@ config SND_SOC_TAS5086
577 tristate "Texas Instruments TAS5086 speaker amplifier" 578 tristate "Texas Instruments TAS5086 speaker amplifier"
578 depends on I2C 579 depends on I2C
579 580
581config SND_SOC_TFA9879
582 tristate "NXP Semiconductors TFA9879 amplifier"
583 depends on I2C
584
580config SND_SOC_TLV320AIC23 585config SND_SOC_TLV320AIC23
581 tristate 586 tristate
582 587