Kconfig 889 B

123456789101112131415161718192021222324252627
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. menu "Xilinx"
  3. config SND_SOC_XILINX_I2S
  4. tristate "Audio support for the Xilinx I2S"
  5. help
  6. Select this option to enable Xilinx I2S Audio. This enables
  7. I2S playback and capture using xilinx soft IP. In transmitter
  8. mode, IP receives audio in AES format, extracts PCM and sends
  9. PCM data. In receiver mode, IP receives PCM audio and
  10. encapsulates PCM in AES format and sends AES data.
  11. config SND_SOC_XILINX_AUDIO_FORMATTER
  12. tristate "Audio support for 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. config SND_SOC_XILINX_SPDIF
  18. tristate "Audio support for the Xilinx SPDIF"
  19. help
  20. Select this option to enable Xilinx SPDIF Audio.
  21. This provides playback and capture of SPDIF audio in
  22. AES format.
  23. endmenu