On 28.07.2025 18:17, Michael Tokarev wrote:
I think it should be "select" not "imply", which seems to be stricter. With a devices file like I'm using - it looks like - only things which are selected gets enabled. But this commit brings hard dependency between the bridge device and ACPI_PCI, as demonstrated by my example. So when the bridge selects ACPI_PCI instead of implying it, whole thing works (I just verified it)
I just sent a patch doing exactly that. Alternatively this can be #ifdef ACPI_PCI in the code, - I dunno if that's possible now. Thanks, /mjt