Kconfig 2.8 KB

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