22 Jul
2019
22 Jul
'19
10:54 a.m.
On Sat, 20 Jul 2019 23:06:46 +0200, Cezary Rojewski wrote:
--- a/sound/hda/Kconfig +++ b/sound/hda/Kconfig @@ -29,3 +29,6 @@ config SND_HDA_PREALLOC_SIZE Note that the pre-allocation size can be changed dynamically via a proc file (/proc/asound/card*/pcm*/sub*/prealloc), too.
+config SND_INTEL_NHLT
- tristate
If above is true, "depends on ACPI" would be expected.
This won't fix things in practice as the Kconfig reverse selection ignores the dependencies of the selected item. It'd be as a help for readers, though.
Takashi