Jerome Anand | 287599c | 2017-01-25 04:27:51 +0530 | [diff] [blame] | 1 | menuconfig SND_X86 |
Takashi Iwai | c6736a9 | 2017-03-21 13:26:02 +0100 | [diff] [blame] | 2 | bool "X86 sound devices" |
Jerome Anand | 287599c | 2017-01-25 04:27:51 +0530 | [diff] [blame] | 3 | depends on X86 |
Takashi Iwai | c6736a9 | 2017-03-21 13:26:02 +0100 | [diff] [blame] | 4 | default y |
Jerome Anand | 287599c | 2017-01-25 04:27:51 +0530 | [diff] [blame] | 5 | ---help--- |
| 6 | X86 sound devices that don't fall under SoC or PCI categories |
| 7 | |
| 8 | if SND_X86 |
| 9 | |
| 10 | config HDMI_LPE_AUDIO |
| 11 | tristate "HDMI audio without HDaudio on Intel Atom platforms" |
| 12 | depends on DRM_I915 |
Arnd Bergmann | 4b49f0f | 2017-02-21 23:02:37 +0100 | [diff] [blame] | 13 | select SND_PCM |
Jerome Anand | 287599c | 2017-01-25 04:27:51 +0530 | [diff] [blame] | 14 | help |
| 15 | Choose this option to support HDMI LPE Audio mode |
| 16 | |
| 17 | endif # SND_X86 |