Kconfig 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. config SND_PXA2XX_SOC
  2. tristate "SoC Audio for the Intel PXA2xx chip"
  3. depends on ARCH_PXA
  4. select SND_PXA2XX_LIB
  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_ARM
  16. select SND_PXA2XX_LIB_AC97
  17. select SND_SOC_AC97_BUS
  18. config SND_PXA2XX_SOC_I2S
  19. tristate
  20. config SND_PXA2XX_SOC_CORGI
  21. tristate "SoC Audio support for Sharp Zaurus SL-C7x0"
  22. depends on SND_PXA2XX_SOC && PXA_SHARP_C7xx
  23. select SND_PXA2XX_SOC_I2S
  24. select SND_SOC_WM8731
  25. help
  26. Say Y if you want to add support for SoC audio on Sharp
  27. Zaurus SL-C7x0 models (Corgi, Shepherd, Husky).
  28. config SND_PXA2XX_SOC_SPITZ
  29. tristate "SoC Audio support for Sharp Zaurus SL-Cxx00"
  30. depends on SND_PXA2XX_SOC && PXA_SHARP_Cxx00
  31. select SND_PXA2XX_SOC_I2S
  32. select SND_SOC_WM8750
  33. help
  34. Say Y if you want to add support for SoC audio on Sharp
  35. Zaurus SL-Cxx00 models (Spitz, Borzoi and Akita).
  36. config SND_PXA2XX_SOC_POODLE
  37. tristate "SoC Audio support for Poodle"
  38. depends on SND_PXA2XX_SOC && MACH_POODLE
  39. select SND_PXA2XX_SOC_I2S
  40. select SND_SOC_WM8731
  41. help
  42. Say Y if you want to add support for SoC audio on Sharp
  43. Zaurus SL-5600 model (Poodle).
  44. config SND_PXA2XX_SOC_TOSA
  45. tristate "SoC AC97 Audio support for Tosa"
  46. depends on SND_PXA2XX_SOC && MACH_TOSA
  47. depends on MFD_TC6393XB
  48. select SND_PXA2XX_SOC_AC97
  49. select SND_SOC_WM9712
  50. help
  51. Say Y if you want to add support for SoC audio on Sharp
  52. Zaurus SL-C6000x models (Tosa).
  53. config SND_PXA2XX_SOC_E800
  54. tristate "SoC AC97 Audio support for e800"
  55. depends on SND_PXA2XX_SOC && MACH_E800
  56. select SND_SOC_WM9712
  57. select SND_PXA2XX_SOC_AC97
  58. help
  59. Say Y if you want to add support for SoC audio on the
  60. Toshiba e800 PDA
  61. config SND_PXA2XX_SOC_EM_X270
  62. tristate "SoC Audio support for CompuLab EM-x270"
  63. depends on SND_PXA2XX_SOC && MACH_EM_X270
  64. select SND_PXA2XX_SOC_AC97
  65. select SND_SOC_WM9712
  66. help
  67. Say Y if you want to add support for SoC audio on
  68. CompuLab EM-x270.