Kconfig 1.8 KB

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