Re: [PATCH v3 16/17] ARM64 / ACPI: Enable ARM64 in Kconfig

2014-09-11 Thread Lorenzo Pieralisi
On Mon, Sep 01, 2014 at 03:57:54PM +0100, Hanjun Guo wrote: > From: Graeme Gregory > > Add Kconfigs to build ACPI on ARM64, and make ACPI available on ARM64. > > acpi_idle driver is x86/IA64 dependent now, so make CONFIG_ACPI_PROCESSOR > depend on X86 || IA64, and implement it on ARM64 in the fu

[PATCH v3 16/17] ARM64 / ACPI: Enable ARM64 in Kconfig

2014-09-01 Thread Hanjun Guo
From: Graeme Gregory Add Kconfigs to build ACPI on ARM64, and make ACPI available on ARM64. acpi_idle driver is x86/IA64 dependent now, so make CONFIG_ACPI_PROCESSOR depend on X86 || IA64, and implement it on ARM64 in the future. Reviewed-by: Grant Likely Signed-off-by: Graeme Gregory Signed-