Kconfig 393 B

123456789101112131415161718
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. menuconfig SND_X86
  3. bool "X86 sound devices"
  4. depends on X86
  5. default y
  6. help
  7. X86 sound devices that don't fall under SoC or PCI categories
  8. if SND_X86
  9. config 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. endif # SND_X86