Kconfig 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. config SND_EP93XX_SOC
  2. tristate "SoC Audio support for the Cirrus Logic EP93xx series"
  3. depends on ARCH_EP93XX || COMPILE_TEST
  4. select SND_SOC_GENERIC_DMAENGINE_PCM
  5. help
  6. Say Y or M if you want to add support for codecs attached to
  7. the EP93xx I2S or AC97 interfaces.
  8. config SND_EP93XX_SOC_I2S
  9. tristate
  10. if SND_EP93XX_SOC_I2S
  11. config SND_EP93XX_SOC_I2S_WATCHDOG
  12. bool "IRQ based underflow watchdog workaround"
  13. default y
  14. help
  15. I2S controller on EP93xx seems to have undocumented HW issue.
  16. Underflow of internal I2S controller FIFO could confuse the
  17. state machine and the whole stream can be shifted by one byte
  18. until I2S is disabled. This option enables IRQ based watchdog
  19. which disables and re-enables I2S in case of underflow and
  20. fills FIFO with zeroes.
  21. If you are unsure how to answer this question, answer Y.
  22. endif # if SND_EP93XX_SOC_I2S
  23. config SND_EP93XX_SOC_AC97
  24. tristate
  25. select AC97_BUS
  26. select SND_SOC_AC97_BUS
  27. config SND_EP93XX_SOC_SNAPPERCL15
  28. tristate "SoC Audio support for Bluewater Systems Snapper CL15 module"
  29. depends on SND_EP93XX_SOC && MACH_SNAPPER_CL15 && I2C
  30. select SND_EP93XX_SOC_I2S
  31. select SND_SOC_TLV320AIC23_I2C
  32. help
  33. Say Y or M here if you want to add support for I2S audio on the
  34. Bluewater Systems Snapper CL15 module.
  35. config SND_EP93XX_SOC_SIMONE
  36. tristate "SoC Audio support for Simplemachines Sim.One board"
  37. depends on SND_EP93XX_SOC && MACH_SIM_ONE
  38. select SND_EP93XX_SOC_AC97
  39. select SND_SOC_AC97_CODEC
  40. help
  41. Say Y or M here if you want to add support for AC97 audio on the
  42. Simplemachines Sim.One board.
  43. config SND_EP93XX_SOC_EDB93XX
  44. tristate "SoC Audio support for Cirrus Logic EDB93xx boards"
  45. depends on SND_EP93XX_SOC && (MACH_EDB9301 || MACH_EDB9302 || MACH_EDB9302A || MACH_EDB9307A || MACH_EDB9315A)
  46. select SND_EP93XX_SOC_I2S
  47. select SND_SOC_CS4271_I2C if I2C
  48. select SND_SOC_CS4271_SPI if SPI_MASTER
  49. help
  50. Say Y or M here if you want to add support for I2S audio on the
  51. Cirrus Logic EDB93xx boards.