On Thu, Jan 10, 2019 at 10:47 PM Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote: > > On 1/5/19 2:05 AM, Sinan Kaya wrote: > > This patchset fixes fallout of commit 5d32a66541c4 ("PCI/ACPI: Allow > > ACPI to be built without CONFIG_PCI set") which is part of Rafael's > > acpi pull for v4.21. > > > > After 'commit 5d32a66541c4 ("PCI/ACPI: Allow ACPI to be built without > > CONFIG_PCI set")' dependencies on CONFIG_PCI that previously were > > satisfied implicitly through dependencies on CONFIG_ACPI have to be > > specified directly. > > > > Several drivers depend on PCI but do not call that out in their > > Kconfig. This causes linker and compilation errors when CONFIG_ACPI > > is set but CONFIG_PCI is unset. > > > > Diff from v5: > > Refactor platform/x86: intel_ips and platform/x86: apple-gmux per > > feedback from Andy. > > Collect acked-by and reviewed-by from Andy. > > Hi, > > Is this series being applied anywhere, hopefully soon? Next week, if all goes well.