Kconfig 568 B

12345678910111213141516171819202122
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. menuconfig SND_MXS_SOC
  3. tristate "SoC Audio for Freescale MXS CPUs"
  4. depends on ARCH_MXS || COMPILE_TEST
  5. depends on COMMON_CLK
  6. select SND_SOC_GENERIC_DMAENGINE_PCM
  7. help
  8. Say Y or M if you want to add support for codecs attached to
  9. the MXS SAIF interface.
  10. if SND_MXS_SOC
  11. config SND_SOC_MXS_SGTL5000
  12. tristate "SoC Audio support for MXS boards with sgtl5000"
  13. depends on I2C
  14. select SND_SOC_SGTL5000
  15. help
  16. Say Y if you want to add support for SoC audio on an MXS board with
  17. a sgtl5000 codec.
  18. endif # SND_MXS_SOC