Kconfig 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. config SND_PXA2XX_SOC
  2. tristate "SoC Audio for the Intel PXA2xx chip"
  3. depends on ARCH_PXA && SND_SOC
  4. help
  5. Say Y or M if you want to add support for codecs attached to
  6. the PXA2xx AC97, I2S or SSP interface. You will also need
  7. to select the audio interfaces to support below.
  8. config SND_PXA2XX_AC97
  9. tristate
  10. select SND_AC97_CODEC
  11. config SND_PXA2XX_SOC_AC97
  12. tristate
  13. select AC97_BUS
  14. select SND_SOC_AC97_BUS
  15. config SND_PXA2XX_SOC_I2S
  16. tristate
  17. config SND_PXA2XX_SOC_CORGI
  18. tristate "SoC Audio support for Sharp Zaurus SL-C7x0"
  19. depends on SND_PXA2XX_SOC && PXA_SHARP_C7xx
  20. select SND_PXA2XX_SOC_I2S
  21. select SND_SOC_WM8731
  22. help
  23. Say Y if you want to add support for SoC audio on Sharp
  24. Zaurus SL-C7x0 models (Corgi, Shepherd, Husky).
  25. config SND_PXA2XX_SOC_SPITZ
  26. tristate "SoC Audio support for Sharp Zaurus SL-Cxx00"
  27. depends on SND_PXA2XX_SOC && PXA_SHARP_Cxx00
  28. select SND_PXA2XX_SOC_I2S
  29. select SND_SOC_WM8750
  30. help
  31. Say Y if you want to add support for SoC audio on Sharp
  32. Zaurus SL-Cxx00 models (Spitz, Borzoi and Akita).
  33. config SND_PXA2XX_SOC_POODLE
  34. tristate "SoC Audio support for Poodle"
  35. depends on SND_PXA2XX_SOC && MACH_POODLE
  36. select SND_PXA2XX_SOC_I2S
  37. select SND_SOC_WM8731
  38. help
  39. Say Y if you want to add support for SoC audio on Sharp
  40. Zaurus SL-5600 model (Poodle).
  41. config SND_PXA2XX_SOC_TOSA
  42. tristate "SoC AC97 Audio support for Tosa"
  43. depends on SND_PXA2XX_SOC && MACH_TOSA
  44. select SND_PXA2XX_SOC_AC97
  45. select SND_SOC_WM9712
  46. help
  47. Say Y if you want to add support for SoC audio on Sharp
  48. Zaurus SL-C6000x models (Tosa).