1 comment:
File src/soc/intel/icelake/acpi/pci_irqs.asl:
If (PICM) {
if (CondRefOf (PIRX)) {
Return (PIRX)
}
Return (^PICP)
} Else {
Return (^PICN)
}
the dynamic generation is tied up with a Kconfig(in common driver CL in same patch train), if Kconfig is not selected , then need a fallback package. The idea was to allow a provision to on/off the feature if required.
Then always select the dynamic generation? If it works I don't see a reason to provide an option to not use it.
To view, visit change 34710. To unsubscribe, or for help writing mail filters, visit settings.