2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2018-12-08 02:32:38 +08:00
|
|
|
config SND_SOC_XILINX_I2S
|
2018-12-18 21:47:43 +08:00
|
|
|
tristate "Audio support for the Xilinx I2S"
|
2018-12-08 02:32:38 +08:00
|
|
|
help
|
|
|
|
Select this option to enable Xilinx I2S Audio. This enables
|
|
|
|
I2S playback and capture using xilinx soft IP. In transmitter
|
|
|
|
mode, IP receives audio in AES format, extracts PCM and sends
|
|
|
|
PCM data. In receiver mode, IP receives PCM audio and
|
|
|
|
encapsulates PCM in AES format and sends AES data.
|
2018-12-21 16:57:29 +08:00
|
|
|
|
|
|
|
config SND_SOC_XILINX_AUDIO_FORMATTER
|
2020-08-18 06:47:06 +08:00
|
|
|
tristate "Audio support for the Xilinx audio formatter"
|
2019-10-04 22:49:31 +08:00
|
|
|
help
|
|
|
|
Select this option to enable Xilinx audio formatter
|
|
|
|
support. This provides DMA platform device support for
|
|
|
|
audio functionality.
|
2019-01-04 02:09:53 +08:00
|
|
|
|
|
|
|
config SND_SOC_XILINX_SPDIF
|
2020-08-18 06:47:06 +08:00
|
|
|
tristate "Audio support for the Xilinx SPDIF"
|
2019-10-04 22:49:31 +08:00
|
|
|
help
|
|
|
|
Select this option to enable Xilinx SPDIF Audio.
|
|
|
|
This provides playback and capture of SPDIF audio in
|
|
|
|
AES format.
|