Kconfig 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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_DAS
  7. tristate
  8. depends on SND_SOC_TEGRA
  9. help
  10. Say Y or M if you want to add support for the Tegra DAS module.
  11. You will also need to select the individual machine drivers to
  12. support below.
  13. config SND_SOC_TEGRA_I2S
  14. tristate
  15. depends on SND_SOC_TEGRA
  16. select SND_SOC_TEGRA_DAS
  17. help
  18. Say Y or M if you want to add support for codecs attached to the
  19. Tegra I2S interface. You will also need to select the individual
  20. machine drivers to support below.
  21. config SND_SOC_TEGRA_SPDIF
  22. tristate
  23. depends on SND_SOC_TEGRA
  24. default m
  25. help
  26. Say Y or M if you want to add support for the SPDIF interface.
  27. You will also need to select the individual machine drivers to support
  28. below.
  29. config MACH_HAS_SND_SOC_TEGRA_WM8903
  30. bool
  31. help
  32. Machines that use the SND_SOC_TEGRA_WM8903 driver should select
  33. this config option, in order to allow the user to enable
  34. SND_SOC_TEGRA_WM8903.
  35. config SND_SOC_TEGRA_WM8903
  36. tristate "SoC Audio support for Tegra boards using a WM8903 codec"
  37. depends on SND_SOC_TEGRA && I2C
  38. depends on MACH_HAS_SND_SOC_TEGRA_WM8903
  39. select SND_SOC_TEGRA_I2S
  40. select SND_SOC_WM8903
  41. help
  42. Say Y or M here if you want to add support for SoC audio on Tegra
  43. boards using the WM8093 codec. Currently, the supported boards are
  44. Harmony, Ventana, Seaboard, Kaen, and Aebl.
  45. config SND_SOC_TEGRA_TRIMSLICE
  46. tristate "SoC Audio support for TrimSlice board"
  47. depends on SND_SOC_TEGRA && MACH_TRIMSLICE && I2C
  48. select SND_SOC_TEGRA_I2S
  49. select SND_SOC_TLV320AIC23
  50. help
  51. Say Y or M here if you want to add support for SoC audio on the
  52. TrimSlice platform.
  53. config SND_SOC_TEGRA_ALC5632
  54. tristate "SoC Audio support for Tegra boards using an ALC5632 codec"
  55. depends on SND_SOC_TEGRA && I2C
  56. select SND_SOC_TEGRA_I2S
  57. select SND_SOC_ALC5632
  58. help
  59. Say Y or M here if you want to add support for SoC audio on the
  60. Toshiba AC100 netbook.