Kconfig 2.2 KB

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