Kconfig 1.9 KB

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