Kconfig 1.6 KB

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