Kconfig 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config SND_HDA_INTEL
  3. tristate "HD Audio PCI"
  4. depends on SND_PCI
  5. select SND_HDA
  6. select SND_INTEL_DSP_CONFIG
  7. help
  8. Say Y here to include support for Intel "High Definition
  9. Audio" (Azalia) and its compatible devices.
  10. This option enables the HD-audio controller. Don't forget
  11. to choose the appropriate HD-audio codec options.
  12. To compile this driver as a module, choose M here: the module
  13. will be called snd-hda-intel.
  14. config SND_HDA_TEGRA
  15. tristate "NVIDIA Tegra HD Audio"
  16. depends on ARCH_TEGRA
  17. select SND_HDA
  18. select SND_HDA_ALIGNED_MMIO
  19. help
  20. Say Y here to support the HDA controller present in NVIDIA
  21. Tegra SoCs
  22. This options enables support for the HD Audio controller
  23. present in some NVIDIA Tegra SoCs, used to communicate audio
  24. to the HDMI output.
  25. To compile this driver as a module, choose M here: the module
  26. will be called snd-hda-tegra.
  27. config SND_HDA_CIX_IPBLOQ
  28. tristate "CIX IPBLOQ HD Audio"
  29. depends on ARCH_CIX || COMPILE_TEST
  30. select SND_HDA
  31. select SND_HDA_ALIGNED_MMIO
  32. help
  33. Say Y here to support the HDA controller present in CIX SoCs
  34. This options enables support for the HD Audio controller
  35. present in some CIX SoCs.
  36. To compile this driver as a module, choose M here: the module
  37. will be called snd-hda-cix-ipbloq.
  38. config SND_HDA_ACPI
  39. tristate "HD Audio ACPI"
  40. depends on ACPI
  41. select SND_HDA
  42. help
  43. Say Y here to include support for Azalia-compatible HDA controllers
  44. which are advertised via ACPI objects.
  45. To compile this driver as a module, choose M here: the module
  46. will be called snd-hda-acpi.