xref: /linux/sound/soc/xilinx/Kconfig (revision 44f57d78)
1# SPDX-License-Identifier: GPL-2.0-only
2config SND_SOC_XILINX_I2S
3	tristate "Audio support for the Xilinx I2S"
4	help
5	  Select this option to enable Xilinx I2S Audio. This enables
6	  I2S playback and capture using xilinx soft IP. In transmitter
7	  mode, IP receives audio in AES format, extracts PCM and sends
8	  PCM data. In receiver mode, IP receives PCM audio and
9	  encapsulates PCM in AES format and sends AES data.
10
11config SND_SOC_XILINX_AUDIO_FORMATTER
12        tristate "Audio support for the the Xilinx audio formatter"
13        help
14          Select this option to enable Xilinx audio formatter
15          support. This provides DMA platform device support for
16          audio functionality.
17
18config SND_SOC_XILINX_SPDIF
19        tristate "Audio support for the the Xilinx SPDIF"
20        help
21          Select this option to enable Xilinx SPDIF Audio.
22          This provides playback and capture of SPDIF audio in
23          AES format.
24