19 lines
479 B
Plaintext
19 lines
479 B
Plaintext
append_menu "HD-Audio"
|
|
|
|
config SND_HDA_TEGRA
|
|
tristate "NVIDIA Tegra HD Audio"
|
|
depends on ARCH_TEGRA || ARCH_TEGRA_18x_SOC
|
|
select SND_HDA
|
|
help
|
|
Say Y here to support the HDA controller present in NVIDIA
|
|
Tegra SoCs
|
|
|
|
This options enables support for the HD Audio controller
|
|
present in some NVIDIA Tegra SoCs, used to communicate audio
|
|
to the HDMI output.
|
|
|
|
To compile this driver as a module, choose M here: the module
|
|
will be called snd-hda-tegra.
|
|
|
|
endmenu
|