Re: [PATCH v6 05/11] platform/x86: intel_pmc: Make PCI dependency explicit

2019-01-15 Thread Rafael J. Wysocki
On Wednesday, January 9, 2019 12:10:45 PM CET Andy Shevchenko wrote: > On Wed, Jan 9, 2019 at 12:48 PM Rafael J. Wysocki wrote: > > > > On Saturday, January 5, 2019 11:06:00 AM CET Sinan Kaya wrote: > > > After 'commit 5d32a66541c4 ("PCI/ACPI: Allow ACPI to be built without > > > CONFIG_PCI set")'

Re: [PATCH v6 05/11] platform/x86: intel_pmc: Make PCI dependency explicit

2019-01-09 Thread Andy Shevchenko
On Wed, Jan 9, 2019 at 12:48 PM Rafael J. Wysocki wrote: > > On Saturday, January 5, 2019 11:06:00 AM CET Sinan Kaya wrote: > > After 'commit 5d32a66541c4 ("PCI/ACPI: Allow ACPI to be built without > > CONFIG_PCI set")' dependencies on CONFIG_PCI that previously were > > satisfied implicitly throu

Re: [PATCH v6 05/11] platform/x86: intel_pmc: Make PCI dependency explicit

2019-01-09 Thread Rafael J. Wysocki
On Saturday, January 5, 2019 11:06:00 AM CET Sinan Kaya wrote: > 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. Code

[PATCH v6 05/11] platform/x86: intel_pmc: Make PCI dependency explicit

2019-01-05 Thread Sinan Kaya
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. Code relies on PCI for execution. Specify this in the Kconfig. Fixes: 5d32