19 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2menuconfig SND_X863 bool "X86 sound devices"4 depends on X865 default y6 help7 X86 sound devices that don't fall under SoC or PCI categories8 9if SND_X8610 11config HDMI_LPE_AUDIO12 tristate "HDMI audio without HDAudio on Intel Atom platforms"13 depends on DRM_I91514 select SND_PCM15 help16 Choose this option to support HDMI LPE Audio mode17 18endif # SND_X8619