diff options
author | Codrin Ciubotariu <codrin.ciubotariu@microchip.com> | 2020-09-09 17:53:48 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-09-09 19:15:57 +0300 |
commit | 06ca24e98e6bcc17c32ebe4b2fc579e5bf9ff5b2 (patch) | |
tree | e91bbfb779812abe2aa34d068ed8f2821961f348 /sound/soc/atmel/Kconfig | |
parent | dd8c0c0b37f1692a1202ea2c6f9d43aa0485faac (diff) | |
download | linux-06ca24e98e6bcc17c32ebe4b2fc579e5bf9ff5b2.tar.xz |
ASoC: mchp-spdiftx: add driver for S/PDIF TX Controller
The new SPDIF TX controller is a serial port compliant with the IEC-
60958 standard. It also supports programmable User Data and Channel
Status fields.
This IP is embedded in Microchip's sama7g5 SoC.
Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
Link: https://lore.kernel.org/r/20200909145348.367033-2-codrin.ciubotariu@microchip.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/atmel/Kconfig')
-rw-r--r-- | sound/soc/atmel/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sound/soc/atmel/Kconfig b/sound/soc/atmel/Kconfig index 71f2d42188c4..93beb7d670a3 100644 --- a/sound/soc/atmel/Kconfig +++ b/sound/soc/atmel/Kconfig @@ -132,4 +132,16 @@ config SND_MCHP_SOC_I2S_MCC and supports a Time Division Multiplexed (TDM) interface with external multi-channel audio codecs. +config SND_MCHP_SOC_SPDIFTX + tristate "Microchip ASoC driver for boards using S/PDIF TX" + depends on OF && (ARCH_AT91 || COMPILE_TEST) + select SND_SOC_GENERIC_DMAENGINE_PCM + select REGMAP_MMIO + help + Say Y or M if you want to add support for Microchip S/PDIF TX ASoc + driver on the following Microchip platforms: + - sama7g5 + + This S/PDIF TX driver is compliant with IEC-60958 standard and + includes programable User Data and Channel Status fields. endif |