Kconfig 528 B

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