Kconfig 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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_FIQ
  12. tristate
  13. config SND_MXC_SOC_MX2
  14. tristate
  15. config SND_MXC_SOC_WM1133_EV1
  16. tristate "Audio on the the i.MX31ADS with WM1133-EV1 fitted"
  17. depends on MACH_MX31ADS_WM1133_EV1 && EXPERIMENTAL
  18. select SND_SOC_WM8350
  19. select SND_MXC_SOC_FIQ
  20. help
  21. Enable support for audio on the i.MX31ADS with the WM1133-EV1
  22. PMIC board with WM8835x fitted.
  23. config SND_SOC_MX27VIS_AIC32X4
  24. tristate "SoC audio support for Visstrim M10 boards"
  25. depends on MACH_IMX27_VISSTRIM_M10
  26. select SND_SOC_TVL320AIC32X4
  27. select SND_MXC_SOC_MX2
  28. help
  29. Say Y if you want to add support for SoC audio on Visstrim SM10
  30. board with TLV320AIC32X4 codec.
  31. config SND_SOC_PHYCORE_AC97
  32. tristate "SoC Audio support for Phytec phyCORE (and phyCARD) boards"
  33. depends on MACH_PCM043 || MACH_PCA100
  34. select SND_SOC_WM9712
  35. select SND_MXC_SOC_FIQ
  36. help
  37. Say Y if you want to add support for SoC audio on Phytec phyCORE
  38. and phyCARD boards in AC97 mode
  39. config SND_SOC_EUKREA_TLV320
  40. tristate "Eukrea TLV320"
  41. depends on MACH_EUKREA_MBIMX27_BASEBOARD \
  42. || MACH_EUKREA_MBIMXSD25_BASEBOARD \
  43. || MACH_EUKREA_MBIMXSD35_BASEBOARD \
  44. || MACH_EUKREA_MBIMXSD51_BASEBOARD
  45. select SND_SOC_TLV320AIC23
  46. select SND_MXC_SOC_FIQ
  47. help
  48. Enable I2S based access to the TLV320AIC23B codec attached
  49. to the SSI interface
  50. endif # SND_IMX_SOC