Kconfig 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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 MACH_HAS_SND_SOC_TEGRA_WM8903
  46. bool
  47. help
  48. Machines that use the SND_SOC_TEGRA_WM8903 driver should select
  49. this config option, in order to allow the user to enable
  50. SND_SOC_TEGRA_WM8903.
  51. config SND_SOC_TEGRA_WM8903
  52. tristate "SoC Audio support for Tegra boards using a WM8903 codec"
  53. depends on SND_SOC_TEGRA && I2C
  54. depends on MACH_HAS_SND_SOC_TEGRA_WM8903
  55. select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
  56. select SND_SOC_TEGRA30_I2S if ARCH_TEGRA_3x_SOC
  57. select SND_SOC_WM8903
  58. help
  59. Say Y or M here if you want to add support for SoC audio on Tegra
  60. boards using the WM8093 codec. Currently, the supported boards are
  61. Harmony, Ventana, Seaboard, Kaen, and Aebl.
  62. config SND_SOC_TEGRA_TRIMSLICE
  63. tristate "SoC Audio support for TrimSlice board"
  64. depends on SND_SOC_TEGRA && MACH_TRIMSLICE && I2C
  65. select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
  66. select SND_SOC_TLV320AIC23
  67. help
  68. Say Y or M here if you want to add support for SoC audio on the
  69. TrimSlice platform.
  70. config SND_SOC_TEGRA_ALC5632
  71. tristate "SoC Audio support for Tegra boards using an ALC5632 codec"
  72. depends on SND_SOC_TEGRA && I2C
  73. select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
  74. select SND_SOC_ALC5632
  75. help
  76. Say Y or M here if you want to add support for SoC audio on the
  77. Toshiba AC100 netbook.