Kconfig 566 B

123456789101112131415161718192021
  1. config SND_IMX_SOC
  2. tristate "SoC Audio for Freescale i.MX CPUs"
  3. depends on ARCH_MXC && BROKEN
  4. select SND_PCM
  5. select FIQ
  6. select SND_SOC_AC97_BUS
  7. help
  8. Say Y or M if you want to add support for codecs attached to
  9. the i.MX SSI interface.
  10. config SND_MXC_SOC_SSI
  11. tristate
  12. config SND_MXC_SOC_WM1133_EV1
  13. tristate "Audio on the the i.MX31ADS with WM1133-EV1 fitted"
  14. depends on SND_IMX_SOC && EXPERIMENTAL
  15. select SND_SOC_WM8350
  16. select SND_MXC_SOC_SSI
  17. help
  18. Enable support for audio on the i.MX31ADS with the WM1133-EV1
  19. PMIC board with WM8835x fitted.