Kconfig 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. config SND_EP93XX_SOC_AC97
  11. tristate
  12. select AC97_BUS
  13. select SND_SOC_AC97_BUS
  14. config SND_EP93XX_SOC_SNAPPERCL15
  15. tristate "SoC Audio support for Bluewater Systems Snapper CL15 module"
  16. depends on SND_EP93XX_SOC && MACH_SNAPPER_CL15 && I2C
  17. select SND_EP93XX_SOC_I2S
  18. select SND_SOC_TLV320AIC23_I2C
  19. help
  20. Say Y or M here if you want to add support for I2S audio on the
  21. Bluewater Systems Snapper CL15 module.
  22. config SND_EP93XX_SOC_SIMONE
  23. tristate "SoC Audio support for Simplemachines Sim.One board"
  24. depends on SND_EP93XX_SOC && MACH_SIM_ONE
  25. select SND_EP93XX_SOC_AC97
  26. select SND_SOC_AC97_CODEC
  27. help
  28. Say Y or M here if you want to add support for AC97 audio on the
  29. Simplemachines Sim.One board.
  30. config SND_EP93XX_SOC_EDB93XX
  31. tristate "SoC Audio support for Cirrus Logic EDB93xx boards"
  32. depends on SND_EP93XX_SOC && (MACH_EDB9301 || MACH_EDB9302 || MACH_EDB9302A || MACH_EDB9307A || MACH_EDB9315A)
  33. select SND_EP93XX_SOC_I2S
  34. select SND_SOC_CS4271_I2C if I2C
  35. select SND_SOC_CS4271_SPI if SPI_MASTER
  36. help
  37. Say Y or M here if you want to add support for I2S audio on the
  38. Cirrus Logic EDB93xx boards.