From patchwork Fri Apr 25 13:20:17 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hanjun Guo X-Patchwork-Id: 4062671 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 9B15EBFF02 for ; Fri, 25 Apr 2014 13:27:27 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D46AC20170 for ; Fri, 25 Apr 2014 13:27:26 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C23DF20397 for ; Fri, 25 Apr 2014 13:27:25 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Wdg7z-0002HS-OW; Fri, 25 Apr 2014 13:25:19 +0000 Received: from mail-pd0-f171.google.com ([209.85.192.171]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Wdg7v-0000oG-55 for linux-arm-kernel@lists.infradead.org; Fri, 25 Apr 2014 13:25:15 +0000 Received: by mail-pd0-f171.google.com with SMTP id r10so3135391pdi.2 for ; Fri, 25 Apr 2014 06:24:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=L7Yi33eWg7m0O9hlhJKgyMqSpU3ZAYZFYsmocu3o+JQ=; b=T1dKi+0F/Mrhxo1cmBfAshtHHE8yqE+piptI/raxw5tXIo01eZxwpP0WF7ibhg0S6A l+vfiDG7TCdXQpWwhmZ++APrFUWevF+6qoqiDOBXHaG4ogpPCN1ay0K/XQTXbCW7yyb9 fm88zWreDrsQtCg/rVkDFI/atht09VaY9i+AzFZHtcxEYwH7JQ8YOU4PrbWpD8MbyRGR VppjAa0htuNkfNygdFk4+vnUuyhkdcYyopSzzptU/I2xuE4BeDcs/QMagzLO3IY3kX9E fnf3tIcmSPNZMzkMXGACxWi1BPTJ1FGdWORql7ZEcfGf01Mw1ZBCfgpbvXTTiThwZiWQ CWEg== X-Gm-Message-State: ALoCoQnYKlyNQOKvfK04nNXRJ46gBoL+d95rW6NFfhDBVqQe42QALAAnjvWKANVjeAJ/9hLqbX2f X-Received: by 10.66.142.42 with SMTP id rt10mr8044687pab.1.1398432294292; Fri, 25 Apr 2014 06:24:54 -0700 (PDT) Received: from localhost ([218.17.215.175]) by mx.google.com with ESMTPSA id kj1sm16007155pbd.20.2014.04.25.06.24.44 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 25 Apr 2014 06:24:53 -0700 (PDT) From: Hanjun Guo To: linux-arm-kernel@lists.infradead.org, linux-acpi@vger.kernel.org Subject: [PATCH v3 part1 11/11] ACPI: Make EC depend on X86 || IA64 in Kconfig Date: Fri, 25 Apr 2014 21:20:17 +0800 Message-Id: <1398432017-8506-12-git-send-email-hanjun.guo@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1398432017-8506-1-git-send-email-hanjun.guo@linaro.org> References: <1398432017-8506-1-git-send-email-hanjun.guo@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140425_062515_307381_D7735FB3 X-CRM114-Status: GOOD ( 10.58 ) X-Spam-Score: 0.6 (/) Cc: Mark Rutland , Rob Herring , Arnd Bergmann , Mark Brown , Catalin Marinas , linaro-acpi@lists.linaro.org, "Rafael J. Wysocki" , Will Deacon , Olof Johansson , Hanjun Guo , Sudeep Holla , Grant Likely , Charles.Garcia-Tobin@arm.com X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00, RCVD_IN_SORBS_WEB, RP_MATCHES_RCVD,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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 Reviewed-by: Grant Likely --- 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 default n help Say N to disable Embedded Controller /sys/kernel/debug interface