From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.9 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 51068C3A5A9 for ; Wed, 4 Sep 2019 13:33:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 292E322CEA for ; Wed, 4 Sep 2019 13:33:25 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=amazon.com header.i=@amazon.com header.b="MCS5hxQR" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730260AbfIDNdY (ORCPT ); Wed, 4 Sep 2019 09:33:24 -0400 Received: from smtp-fw-6001.amazon.com ([52.95.48.154]:60094 "EHLO smtp-fw-6001.amazon.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725911AbfIDNdX (ORCPT ); Wed, 4 Sep 2019 09:33:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1567604003; x=1599140003; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=n6d55kUkaBFlUJHXxH7iZa0vx52buK+arnIMuA4U1tY=; b=MCS5hxQRy5wGMNUYfO3uJ1RoB0OxFZfy/FfwjA7n9jPpHDMO4AlW8h98 iBEfjX4FTtEkItneoekTdINo2uKvEBHm+9ZwCcuxD8VNA47xRxfMyjV20 rsIdPi17PfB87kifpvcfBNEhzc2iSIqnczSTBumBnIXu0IrMXcW4YgP+j E=; X-IronPort-AV: E=Sophos;i="5.64,467,1559520000"; d="scan'208";a="413537122" Received: from iad6-co-svc-p1-lb1-vlan3.amazon.com (HELO email-inbound-relay-1a-16acd5e0.us-east-1.amazon.com) ([10.124.125.6]) by smtp-border-fw-out-6001.iad6.amazon.com with ESMTP; 04 Sep 2019 13:33:20 +0000 Received: from EX13MTAUEA001.ant.amazon.com (iad55-ws-svc-p15-lb9-vlan2.iad.amazon.com [10.40.159.162]) by email-inbound-relay-1a-16acd5e0.us-east-1.amazon.com (Postfix) with ESMTPS id A2B9EA2834; Wed, 4 Sep 2019 13:33:16 +0000 (UTC) Received: from EX13D01EUB001.ant.amazon.com (10.43.166.194) by EX13MTAUEA001.ant.amazon.com (10.43.61.82) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Wed, 4 Sep 2019 13:33:15 +0000 Received: from udc4a3e82dbc15a031435.hfa15.amazon.com (10.43.161.82) by EX13D01EUB001.ant.amazon.com (10.43.166.194) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Wed, 4 Sep 2019 13:33:07 +0000 From: Talel Shenhar To: , , , , , , , , , , , , , , CC: , , , , Subject: [PATCH 3/3] arm64: alpine: select EDAC_AL_MC Date: Wed, 4 Sep 2019 16:32:23 +0300 Message-ID: <1567603943-25316-4-git-send-email-talel@amazon.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1567603943-25316-1-git-send-email-talel@amazon.com> References: <1567603943-25316-1-git-send-email-talel@amazon.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.43.161.82] X-ClientProxiedBy: EX13D10UWA001.ant.amazon.com (10.43.160.216) To EX13D01EUB001.ant.amazon.com (10.43.166.194) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Amazon's Annapurna Labs SoCs supports memory error detection and correction. Signed-off-by: Talel Shenhar --- arch/arm64/Kconfig.platforms | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 4778c77..d2809b9 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -25,6 +25,7 @@ config ARCH_SUNXI config ARCH_ALPINE bool "Annapurna Labs Alpine platform" select ALPINE_MSI if PCI + select EDAC_AL_MC help This enables support for the Annapurna Labs Alpine Soc family. -- 2.7.4