diff options
author | Peter Rosin <peda@axentia.se> | 2016-11-15 19:38:15 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-11-16 11:12:42 +0000 |
commit | aa43112445f0f3b7b30ea2189218fcbd437c28ec (patch) | |
tree | ddd0363619df3b0cfbfc51d3933d4bb27ffb5861 /sound/soc/atmel/Kconfig | |
parent | c821d30148caab01f2559980ed322667e2919b99 (diff) | |
download | linux-aa43112445f0f3b7b30ea2189218fcbd437c28ec.tar.bz2 |
ASoC: atmel: tse850: add ASoC driver for the Axentia TSE-850
The TSE-850 is an FM Transmitter Station Equipment, designed to generate
baseband signals for FM, mainly the DARC subcarrier, but other signals
are also possible.
Signed-off-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/atmel/Kconfig')
-rw-r--r-- | sound/soc/atmel/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sound/soc/atmel/Kconfig b/sound/soc/atmel/Kconfig index 22aec9a1e9a4..4a56f3dfba51 100644 --- a/sound/soc/atmel/Kconfig +++ b/sound/soc/atmel/Kconfig @@ -78,4 +78,14 @@ config SND_ATMEL_SOC_PDMIC help Say Y if you want to add support for Atmel ASoC driver for boards using PDMIC. + +config SND_ATMEL_SOC_TSE850_PCM5142 + tristate "ASoC driver for the Axentia TSE-850" + depends on ARCH_AT91 && OF + depends on ATMEL_SSC && I2C + select SND_ATMEL_SOC_SSC_DMA + select SND_SOC_PCM512x_I2C + help + Say Y if you want to add support for the ASoC driver for the + Axentia TSE-850 with a PCM5142 codec. endif |