Kconfig 900 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. config SND_SOC_AC97_CODEC
  2. tristate
  3. select SND_AC97_CODEC
  4. config SND_SOC_UDA1380
  5. tristate
  6. config SND_SOC_WM8731
  7. tristate
  8. config SND_SOC_WM8750
  9. tristate
  10. config SND_SOC_WM8753
  11. tristate
  12. config SND_SOC_WM9712
  13. tristate
  14. config SND_SOC_WM9713
  15. tristate
  16. # Cirrus Logic CS4270 Codec
  17. config SND_SOC_CS4270
  18. tristate
  19. # Cirrus Logic CS4270 Codec Hardware Mute Support
  20. # Select if you have external muting circuitry attached to your CS4270.
  21. config SND_SOC_CS4270_HWMUTE
  22. bool
  23. depends on SND_SOC_CS4270
  24. # Cirrus Logic CS4270 Codec VD = 3.3V Errata
  25. # Select if you are affected by the errata where the part will not function
  26. # if MCLK divide-by-1.5 is selected and VD is set to 3.3V. The driver will
  27. # not select any sample rates that require MCLK to be divided by 1.5.
  28. config SND_SOC_CS4270_VD33_ERRATA
  29. bool
  30. depends on SND_SOC_CS4270
  31. config SND_SOC_TLV320AIC3X
  32. tristate
  33. depends on I2C