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