kernel/sound/x86/Kconfig
.. .. @@ -1,14 +1,15 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 menuconfig SND_X86 2 3 bool "X86 sound devices" 3 4 depends on X86 4 5 default y 5 - ---help---6 + help6 7 X86 sound devices that don't fall under SoC or PCI categories 7 8 8 9 if SND_X86 9 10 10 11 config HDMI_LPE_AUDIO 11 - tristate "HDMI audio without HDaudio on Intel Atom platforms"12 + tristate "HDMI audio without HDAudio on Intel Atom platforms"12 13 depends on DRM_I915 13 14 select SND_PCM 14 15 help