Re: [PATCH v5 06/11] platform/x86: apple-gmux: Make PCI dependency explicit

2019-01-04 Thread Andy Shevchenko
On Fri, Jan 4, 2019 at 4:12 PM Andy Shevchenko wrote: > > On Wed, Jan 2, 2019 at 8:10 PM 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

Re: [PATCH v5 06/11] platform/x86: apple-gmux: Make PCI dependency explicit

2019-01-04 Thread Andy Shevchenko
On Wed, Jan 2, 2019 at 8:10 PM 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. This driver

Re: [PATCH v5 06/11] platform/x86: apple-gmux: Make PCI dependency explicit

2019-01-02 Thread Lukas Wunner
On Wed, Jan 02, 2019 at 06:10:33PM +, 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. This

[PATCH v5 06/11] platform/x86: apple-gmux: Make PCI dependency explicit

2019-01-02 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. This driver depends on the PCI infrastructure but the dependency has not