22 Jul
2019
22 Jul
'19
2:14 p.m.
On 7/22/19 3:54 AM, Takashi Iwai wrote:
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.
There is a fallback if ACPI is not defined, so the code would always compile. Configurations which select SND_INTEL_NHLT already depend on ACPI.