Kconfig 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. config SND_PXA2XX_SOC
  2. tristate "SoC Audio for the Intel PXA2xx chip"
  3. depends on ARCH_PXA
  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_ARM
  15. select SND_PXA2XX_LIB
  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. depends on MFD_TC6393XB
  47. select SND_PXA2XX_SOC_AC97
  48. select SND_SOC_WM9712
  49. help
  50. Say Y if you want to add support for SoC audio on Sharp
  51. Zaurus SL-C6000x models (Tosa).
  52. config SND_PXA2XX_SOC_E800
  53. tristate "SoC AC97 Audio support for e800"
  54. depends on SND_PXA2XX_SOC && MACH_E800
  55. select SND_SOC_WM9712
  56. select SND_PXA2XX_SOC_AC97
  57. help
  58. Say Y if you want to add support for SoC audio on the
  59. Toshiba e800 PDA
  60. config SND_PXA2XX_SOC_EM_X270
  61. tristate "SoC Audio support for CompuLab EM-x270"
  62. depends on SND_PXA2XX_SOC && MACH_EM_X270
  63. select SND_PXA2XX_SOC_AC97
  64. select SND_SOC_WM9712
  65. help
  66. Say Y if you want to add support for SoC audio on
  67. CompuLab EM-x270.