Kconfig 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. config SND_SOC_TEGRA
  2. tristate "SoC Audio for the Tegra System-on-Chip"
  3. depends on ARCH_TEGRA && TEGRA_SYSTEM_DMA
  4. help
  5. Say Y or M here if you want support for SoC audio on Tegra.
  6. config SND_SOC_TEGRA_I2S
  7. tristate
  8. depends on SND_SOC_TEGRA
  9. help
  10. Say Y or M if you want to add support for codecs attached to the
  11. Tegra I2S interface. You will also need to select the individual
  12. machine drivers to support below.
  13. config MACH_HAS_SND_SOC_TEGRA_WM8903
  14. bool
  15. help
  16. Machines that use the SND_SOC_TEGRA_WM8903 driver should select
  17. this config option, in order to allow the user to enable
  18. SND_SOC_TEGRA_WM8903.
  19. config SND_SOC_TEGRA_WM8903
  20. tristate "SoC Audio support for Tegra boards using a WM8903 codec"
  21. depends on SND_SOC_TEGRA && I2C
  22. depends on MACH_HAS_SND_SOC_TEGRA_WM8903
  23. select SND_SOC_TEGRA_I2S
  24. select SND_SOC_WM8903
  25. help
  26. Say Y or M here if you want to add support for SoC audio on Tegra
  27. boards using the WM8093 codec. Currently, the supported boards are
  28. Harmony, Ventana, Seaboard, Kaen, and Aebl.
  29. config SND_SOC_TEGRA_TRIMSLICE
  30. tristate "SoC Audio support for TrimSlice board"
  31. depends on SND_SOC_TEGRA && MACH_TRIMSLICE && I2C
  32. select SND_SOC_TEGRA_I2S
  33. select SND_SOC_TLV320AIC23
  34. help
  35. Say Y or M here if you want to add support for SoC audio on the
  36. TrimSlice platform.