Kconfig 3.1 KB

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