From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hanjun Guo Subject: Re: [PATCH v3 part1 11/11] ACPI: Make EC depend on X86 || IA64 in Kconfig Date: Sun, 04 May 2014 17:03:39 +0800 Message-ID: <5366026B.1020008@linaro.org> References: <1398432017-8506-1-git-send-email-hanjun.guo@linaro.org> <1398432017-8506-12-git-send-email-hanjun.guo@linaro.org> <20140429095638.D694AC4095B@trevor.secretlab.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mail-pd0-f176.google.com ([209.85.192.176]:52405 "EHLO mail-pd0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753282AbaEDJEE (ORCPT ); Sun, 4 May 2014 05:04:04 -0400 Received: by mail-pd0-f176.google.com with SMTP id y13so4628101pdi.35 for ; Sun, 04 May 2014 02:04:03 -0700 (PDT) In-Reply-To: <20140429095638.D694AC4095B@trevor.secretlab.ca> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Grant Likely , linux-arm-kernel@lists.infradead.org, linux-acpi@vger.kernel.org Cc: "Rafael J. Wysocki" , Catalin Marinas , Arnd Bergmann , Mark Brown , Sudeep Holla , Olof Johansson , Mark Rutland , Rob Herring , Will Deacon , Charles.Garcia-Tobin@arm.com, linaro-acpi@lists.linaro.org On 2014-4-29 17:56, Grant Likely wrote: > On Fri, 25 Apr 2014 21:20:17 +0800, Hanjun Guo wrote: >> Since EC (Embedded controller) needs SCI for the interupt which >> is not available on ARM64, make it depend on X86 || IA64 only >> in the Kconfig file. >> >> Signed-off-by: Hanjun Guo >> --- >> drivers/acpi/Kconfig | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig >> index ae45088..391325c 100644 >> --- a/drivers/acpi/Kconfig >> +++ b/drivers/acpi/Kconfig >> @@ -49,6 +49,7 @@ config ACPI_SLEEP >> >> config ACPI_EC_DEBUGFS >> tristate "EC read/write access through /sys/kernel/debug/ec" >> + depends on X86 || IA64 > > Nit: This patch and patch 10 should be applied before patch 9 which adds > the option to enable ACPI, but otherwise this series looks reasonable to > me and aside from the comments made by others is pretty much ready to be > merged. Go ahead and add my reviewed-by tag to the whole series. > > Reviewed-by: Grant Likely Great, we will address all the comments and send out another version. Thanks Hanjun