Kconfig 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. config SND_EP93XX_SOC
  2. tristate "SoC Audio support for the Cirrus Logic EP93xx series"
  3. depends on ARCH_EP93XX && SND_SOC
  4. help
  5. Say Y or M if you want to add support for codecs attached to
  6. the EP93xx I2S or AC97 interfaces.
  7. config SND_EP93XX_SOC_I2S
  8. tristate
  9. config SND_EP93XX_SOC_AC97
  10. tristate
  11. select AC97_BUS
  12. select SND_SOC_AC97_BUS
  13. config SND_EP93XX_SOC_SNAPPERCL15
  14. tristate "SoC Audio support for Bluewater Systems Snapper CL15 module"
  15. depends on SND_EP93XX_SOC && MACH_SNAPPER_CL15
  16. select SND_EP93XX_SOC_I2S
  17. select SND_SOC_TLV320AIC23
  18. help
  19. Say Y or M here if you want to add support for I2S audio on the
  20. Bluewater Systems Snapper CL15 module.
  21. config SND_EP93XX_SOC_SIMONE
  22. tristate "SoC Audio support for Simplemachines Sim.One board"
  23. depends on SND_EP93XX_SOC && MACH_SIM_ONE
  24. select SND_EP93XX_SOC_AC97
  25. select SND_SOC_AC97_CODEC
  26. help
  27. Say Y or M here if you want to add support for AC97 audio on the
  28. Simplemachines Sim.One board.
  29. config SND_EP93XX_SOC_EDB93XX
  30. tristate "SoC Audio support for Cirrus Logic EDB93xx boards"
  31. depends on SND_EP93XX_SOC && (MACH_EDB9301 || MACH_EDB9302 || MACH_EDB9302A || MACH_EDB9307A || MACH_EDB9315A)
  32. select SND_EP93XX_SOC_I2S
  33. select SND_SOC_CS4271
  34. help
  35. Say Y or M here if you want to add support for I2S audio on the
  36. Cirrus Logic EDB93xx boards.