Kconfig 2.0 KB

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