Kconfig 865 B

1234567891011121314151617181920212223
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config 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. config SND_SOC_XILINX_AUDIO_FORMATTER
  11. tristate "Audio support for the Xilinx audio formatter"
  12. help
  13. Select this option to enable Xilinx audio formatter
  14. support. This provides DMA platform device support for
  15. audio functionality.
  16. config SND_SOC_XILINX_SPDIF
  17. tristate "Audio support for the Xilinx SPDIF"
  18. help
  19. Select this option to enable Xilinx SPDIF Audio.
  20. This provides playback and capture of SPDIF audio in
  21. AES format.