Kconfig 512 B

123456789101112131415161718192021
  1. #
  2. # Ux500 SoC audio configuration
  3. #
  4. menuconfig SND_SOC_UX500
  5. tristate "SoC Audio support for Ux500 platform"
  6. depends on SND_SOC
  7. depends on MFD_DB8500_PRCMU
  8. help
  9. Say Y if you want to enable ASoC-support for
  10. any of the Ux500 platforms (e.g. U8500).
  11. config SND_SOC_UX500_PLAT_MSP_I2S
  12. tristate
  13. depends on SND_SOC_UX500
  14. config SND_SOC_UX500_PLAT_DMA
  15. tristate "Platform - DB8500 (DMA)"
  16. depends on SND_SOC_UX500
  17. select SND_SOC_DMAENGINE_PCM
  18. help
  19. Say Y if you want to enable the Ux500 platform-driver.