Kconfig (112d6212c80a1c560757520bd822a41c0ad15c2c) Kconfig (82d9d54a6c0ee8b12211fa4e59fd940a2da4e063)
1# SPDX-License-Identifier: GPL-2.0-only
2menu "HD-Audio"
3
4config SND_HDA
5 tristate
6 select SND_PCM
7 select SND_VMASTER
8 select SND_JACK
9 select SND_HDA_CORE
10
11config SND_HDA_INTEL
12 tristate "HD Audio PCI"
13 depends on SND_PCI
14 select SND_HDA
1# SPDX-License-Identifier: GPL-2.0-only
2menu "HD-Audio"
3
4config SND_HDA
5 tristate
6 select SND_PCM
7 select SND_VMASTER
8 select SND_JACK
9 select SND_HDA_CORE
10
11config SND_HDA_INTEL
12 tristate "HD Audio PCI"
13 depends on SND_PCI
14 select SND_HDA
15 select SND_INTEL_NHLT if ACPI
15 select SND_INTEL_DSP_CONFIG
16 help
17 Say Y here to include support for Intel "High Definition
18 Audio" (Azalia) and its compatible devices.
19
20 This option enables the HD-audio controller. Don't forget
21 to choose the appropriate codec options below.
22
23 To compile this driver as a module, choose M here: the module
24 will be called snd-hda-intel.
25
16 help
17 Say Y here to include support for Intel "High Definition
18 Audio" (Azalia) and its compatible devices.
19
20 This option enables the HD-audio controller. Don't forget
21 to choose the appropriate codec options below.
22
23 To compile this driver as a module, choose M here: the module
24 will be called snd-hda-intel.
25
26config SND_HDA_INTEL_DETECT_DMIC
27 bool "DMIC detection and probe abort"
28 depends on SND_HDA_INTEL
29 help
30 Say Y to detect digital microphones on SKL+ devices. DMICs
31 cannot be handled by the HDaudio legacy driver and are
32 currently only supported by the SOF driver.
33 If unsure say N.
34
35config SND_HDA_TEGRA
36 tristate "NVIDIA Tegra HD Audio"
37 depends on ARCH_TEGRA
38 select SND_HDA
39 select SND_HDA_ALIGNED_MMIO
40 help
41 Say Y here to support the HDA controller present in NVIDIA
42 Tegra SoCs

--- 201 unchanged lines hidden ---
26config SND_HDA_TEGRA
27 tristate "NVIDIA Tegra HD Audio"
28 depends on ARCH_TEGRA
29 select SND_HDA
30 select SND_HDA_ALIGNED_MMIO
31 help
32 Say Y here to support the HDA controller present in NVIDIA
33 Tegra SoCs

--- 201 unchanged lines hidden ---