xref: /openbmc/linux/sound/x86/Kconfig (revision aac5987a)
1menuconfig SND_X86
2	tristate "X86 sound devices"
3	depends on X86
4	---help---
5	  X86 sound devices that don't fall under SoC or PCI categories
6
7if SND_X86
8
9config HDMI_LPE_AUDIO
10	tristate "HDMI audio without HDaudio on Intel Atom platforms"
11	depends on DRM_I915
12	select SND_PCM
13	help
14	 Choose this option to support HDMI LPE Audio mode
15
16endif	# SND_X86
17