Kconfig 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. menuconfig SND_IMX_SOC
  2. tristate "SoC Audio for Freescale i.MX CPUs"
  3. depends on ARCH_MXC
  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. if SND_IMX_SOC
  11. config SND_MXC_SOC_WM1133_EV1
  12. tristate "Audio on the the i.MX31ADS with WM1133-EV1 fitted"
  13. depends on MACH_MX31ADS_WM1133_EV1 && EXPERIMENTAL
  14. select SND_SOC_WM8350
  15. help
  16. Enable support for audio on the i.MX31ADS with the WM1133-EV1
  17. PMIC board with WM8835x fitted.
  18. config SND_SOC_PHYCORE_AC97
  19. tristate "SoC Audio support for Phytec phyCORE (and phyCARD) boards"
  20. depends on MACH_PCM043 || MACH_PCA100
  21. select SND_SOC_WM9712
  22. help
  23. Say Y if you want to add support for SoC audio on Phytec phyCORE
  24. and phyCARD boards in AC97 mode
  25. config SND_SOC_EUKREA_TLV320
  26. tristate "Eukrea TLV320"
  27. depends on MACH_EUKREA_MBIMX27_BASEBOARD || MACH_EUKREA_MBIMXSD_BASEBOARD
  28. select SND_SOC_TLV320AIC23
  29. help
  30. Enable I2S based access to the TLV320AIC23B codec attached
  31. to the SSI interface
  32. endif # SND_IMX_SOC