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