Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
menuconfig CONFIG_SND_X86
	bool "X86 sound devices"
	depends on CONFIG_X86
	default y
	---help---
	  CONFIG_X86 sound devices that don't fall under SoC or CONFIG_PCI categories

if CONFIG_SND_X86

config CONFIG_HDMI_LPE_AUDIO
	tristate "HDMI audio without HDaudio on Intel Atom platforms"
	depends on CONFIG_DRM_I915
	select CONFIG_SND_PCM
	help
	 Choose this option to support CONFIG_HDMI LPE Audio mode

endif	# CONFIG_SND_X86