Kconfig 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. config SND_SOC_ALL_CODECS
  2. tristate "Build all ASoC CODEC drivers"
  3. depends on I2C
  4. select SPI
  5. select SPI_MASTER
  6. select SND_SOC_AK4535
  7. select SND_SOC_CS4270
  8. select SND_SOC_SSM2602
  9. select SND_SOC_TLV320AIC26
  10. select SND_SOC_TLV320AIC3X
  11. select SND_SOC_UDA1380
  12. select SND_SOC_WM8510
  13. select SND_SOC_WM8580
  14. select SND_SOC_WM8731
  15. select SND_SOC_WM8750
  16. select SND_SOC_WM8753
  17. select SND_SOC_WM8900
  18. select SND_SOC_WM8903
  19. select SND_SOC_WM8990
  20. help
  21. Normally ASoC codec drivers are only built if a machine driver which
  22. uses them is also built since they are only usable with a machine
  23. driver. Selecting this option will allow these drivers to be built
  24. without an explicit machine driver for test and development purposes.
  25. If unsure select "N".
  26. config SND_SOC_AC97_CODEC
  27. tristate
  28. select SND_AC97_CODEC
  29. config SND_SOC_AD1980
  30. tristate
  31. config SND_SOC_AK4535
  32. tristate
  33. # Cirrus Logic CS4270 Codec
  34. config SND_SOC_CS4270
  35. tristate
  36. # Cirrus Logic CS4270 Codec Hardware Mute Support
  37. # Select if you have external muting circuitry attached to your CS4270.
  38. config SND_SOC_CS4270_HWMUTE
  39. bool
  40. depends on SND_SOC_CS4270
  41. # Cirrus Logic CS4270 Codec VD = 3.3V Errata
  42. # Select if you are affected by the errata where the part will not function
  43. # if MCLK divide-by-1.5 is selected and VD is set to 3.3V. The driver will
  44. # not select any sample rates that require MCLK to be divided by 1.5.
  45. config SND_SOC_CS4270_VD33_ERRATA
  46. bool
  47. depends on SND_SOC_CS4270
  48. config SND_SOC_SSM2602
  49. tristate
  50. config SND_SOC_TLV320AIC26
  51. tristate "TI TLV320AIC26 Codec support"
  52. depends on SND_SOC && SPI
  53. config SND_SOC_TLV320AIC3X
  54. tristate
  55. depends on I2C
  56. config SND_SOC_UDA1380
  57. tristate
  58. config SND_SOC_WM8510
  59. tristate
  60. config SND_SOC_WM8580
  61. tristate
  62. config SND_SOC_WM8731
  63. tristate
  64. config SND_SOC_WM8750
  65. tristate
  66. config SND_SOC_WM8753
  67. tristate
  68. config SND_SOC_WM8900
  69. tristate
  70. config SND_SOC_WM8903
  71. tristate
  72. config SND_SOC_WM8990
  73. tristate
  74. config SND_SOC_WM9712
  75. tristate
  76. config SND_SOC_WM9713
  77. tristate