blob: 84c8f8fc597cd6046d17ee27839024b98329e33d [file] [log] [blame]
Jerome Anand287599c2017-01-25 04:27:51 +05301menuconfig 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
Arnd Bergmann4b49f0f2017-02-21 23:02:37 +010012 select SND_PCM
Jerome Anand287599c2017-01-25 04:27:51 +053013 help
14 Choose this option to support HDMI LPE Audio mode
15
16endif # SND_X86