Kconfig 1.6 KB

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