Kconfig 359 B

1234567891011121314151617
  1. menuconfig SND_X86
  2. bool "X86 sound devices"
  3. depends on X86
  4. default y
  5. ---help---
  6. X86 sound devices that don't fall under SoC or PCI categories
  7. if SND_X86
  8. config HDMI_LPE_AUDIO
  9. tristate "HDMI audio without HDaudio on Intel Atom platforms"
  10. depends on DRM_I915
  11. select SND_PCM
  12. help
  13. Choose this option to support HDMI LPE Audio mode
  14. endif # SND_X86