Kconfig 2.1 KB

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