Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751785AbcDNTiP (ORCPT ); Thu, 14 Apr 2016 15:38:15 -0400 Received: from hqemgate16.nvidia.com ([216.228.121.65]:13716 "EHLO hqemgate16.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751113AbcDNTiN (ORCPT ); Thu, 14 Apr 2016 15:38:13 -0400 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Thu, 14 Apr 2016 12:36:24 -0700 From: Rhyland Klein To: Lee Jones CC: Simon Glass , Andrew Bresticker , , , Rhyland Klein Subject: [PATCH] mfd: cros_ec: Enable cros-ec driver for arm64 Date: Thu, 14 Apr 2016 15:37:51 -0400 Message-ID: <1460662671-13221-1-git-send-email-rklein@nvidia.com> X-Mailer: git-send-email 1.9.1 X-NVConfidentiality: public MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 783 Lines: 24 The cros-ec driver should also be enabled for arm64 platforms as there are platforms, like the tegra210-smaug which make use of the ChromeOS Embedded Controller. Signed-off-by: Rhyland Klein --- drivers/mfd/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index eea61e349e26..1d63c5fb3f3c 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -134,7 +134,7 @@ config MFD_CROS_EC select MFD_CORE select CHROME_PLATFORMS select CROS_EC_PROTO - depends on X86 || ARM || COMPILE_TEST + depends on X86 || ARM || ARM64 || COMPILE_TEST help If you say Y here you get support for the ChromeOS Embedded Controller (EC) providing keyboard, battery and power services. -- 1.9.1