Re: [PATCH v10 5/6] arm64: select ACPI PCI code only both features are enabled

2018-12-17 Thread Catalin Marinas
On Mon, Dec 17, 2018 at 11:04:42AM +0100, Rafael J. Wysocki wrote: > On Saturday, December 15, 2018 2:02:46 AM CET Sinan Kaya wrote: > > ACPI and PCI are no longer coupled to each other. Specify requirements > > for both when pulling in code. > > > > Signed-off-by: Sinan Kaya > > --- > > arch/ar

Re: [PATCH v10 5/6] arm64: select ACPI PCI code only both features are enabled

2018-12-17 Thread Rafael J. Wysocki
On Saturday, December 15, 2018 2:02:46 AM CET Sinan Kaya wrote: > ACPI and PCI are no longer coupled to each other. Specify requirements > for both when pulling in code. > > Signed-off-by: Sinan Kaya > --- > arch/arm64/Kconfig | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff

[PATCH v10 5/6] arm64: select ACPI PCI code only both features are enabled

2018-12-14 Thread Sinan Kaya
ACPI and PCI are no longer coupled to each other. Specify requirements for both when pulling in code. Signed-off-by: Sinan Kaya --- arch/arm64/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index ea2ab0330e3a..bcb6262044d8