Kconfig 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. menuconfig SND_IMX_SOC
  2. tristate "SoC Audio for Freescale i.MX CPUs"
  3. depends on ARCH_MXC
  4. select SND_SOC_AC97_BUS
  5. help
  6. Say Y or M if you want to add support for codecs attached to
  7. the i.MX SSI interface.
  8. if SND_IMX_SOC
  9. config SND_MXC_SOC_FIQ
  10. select FIQ
  11. tristate
  12. config SND_MXC_SOC_MX2
  13. tristate
  14. config SND_MXC_SOC_WM1133_EV1
  15. tristate "Audio on the the i.MX31ADS with WM1133-EV1 fitted"
  16. depends on MACH_MX31ADS_WM1133_EV1 && EXPERIMENTAL
  17. select SND_SOC_WM8350
  18. select SND_MXC_SOC_FIQ
  19. help
  20. Enable support for audio on the i.MX31ADS with the WM1133-EV1
  21. PMIC board with WM8835x fitted.
  22. config SND_SOC_MX27VIS_AIC32X4
  23. tristate "SoC audio support for Visstrim M10 boards"
  24. depends on MACH_IMX27_VISSTRIM_M10 && I2C
  25. select SND_SOC_TLV320AIC32X4
  26. select SND_MXC_SOC_MX2
  27. help
  28. Say Y if you want to add support for SoC audio on Visstrim SM10
  29. board with TLV320AIC32X4 codec.
  30. config SND_SOC_PHYCORE_AC97
  31. tristate "SoC Audio support for Phytec phyCORE (and phyCARD) boards"
  32. depends on MACH_PCM043 || MACH_PCA100
  33. select SND_SOC_WM9712
  34. select SND_MXC_SOC_FIQ
  35. help
  36. Say Y if you want to add support for SoC audio on Phytec phyCORE
  37. and phyCARD boards in AC97 mode
  38. config SND_SOC_EUKREA_TLV320
  39. tristate "Eukrea TLV320"
  40. depends on MACH_EUKREA_MBIMX27_BASEBOARD \
  41. || MACH_EUKREA_MBIMXSD25_BASEBOARD \
  42. || MACH_EUKREA_MBIMXSD35_BASEBOARD \
  43. || MACH_EUKREA_MBIMXSD51_BASEBOARD
  44. depends on I2C
  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