From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Subject: [PATCH 8/8] arm64: defconfig: enable EDAC options Date: Wed, 12 Apr 2017 11:03:00 -0500 Message-ID: <1492012980-11650-9-git-send-email-timur@codeaurora.org> References: <1492012980-11650-1-git-send-email-timur@codeaurora.org> Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:58112 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754618AbdDLQDR (ORCPT ); Wed, 12 Apr 2017 12:03:17 -0400 In-Reply-To: <1492012980-11650-1-git-send-email-timur@codeaurora.org> Sender: linux-next-owner@vger.kernel.org List-ID: To: linux-arm-kernel@lists.infradead.org, sfr@canb.auug.org.au, linux-next@vger.kernel.org, maxime.ripard@free-electrons.com, olof@lixom.net, Wei Xu EDAC (Error Detection and Correction) and EDAC_MM_EDAC are required to have EDAC_GHES enabled. EDAC_GHES support is needed to properly handle memory errors from the APEI GHES framework as well as reporting these types of errors to the user space via the memory controller trace event. Signed-off-by: Timur Tabi --- arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index e99637a..5fd1409 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -420,6 +420,8 @@ CONFIG_LEDS_SYSCON=y CONFIG_LEDS_TRIGGER_HEARTBEAT=y CONFIG_LEDS_TRIGGER_CPU=y CONFIG_LEDS_TRIGGER_DEFAULT_ON=y +CONFIG_EDAC=y +CONFIG_EDAC_MM_EDAC=y CONFIG_RTC_CLASS=y CONFIG_RTC_DRV_MAX77686=y CONFIG_RTC_DRV_RK808=m -- Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm Technologies, Inc. Qualcomm Technologies, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project. From mboxrd@z Thu Jan 1 00:00:00 1970 From: timur@codeaurora.org (Timur Tabi) Date: Wed, 12 Apr 2017 11:03:00 -0500 Subject: [PATCH 8/8] arm64: defconfig: enable EDAC options In-Reply-To: <1492012980-11650-1-git-send-email-timur@codeaurora.org> References: <1492012980-11650-1-git-send-email-timur@codeaurora.org> Message-ID: <1492012980-11650-9-git-send-email-timur@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org EDAC (Error Detection and Correction) and EDAC_MM_EDAC are required to have EDAC_GHES enabled. EDAC_GHES support is needed to properly handle memory errors from the APEI GHES framework as well as reporting these types of errors to the user space via the memory controller trace event. Signed-off-by: Timur Tabi --- arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index e99637a..5fd1409 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -420,6 +420,8 @@ CONFIG_LEDS_SYSCON=y CONFIG_LEDS_TRIGGER_HEARTBEAT=y CONFIG_LEDS_TRIGGER_CPU=y CONFIG_LEDS_TRIGGER_DEFAULT_ON=y +CONFIG_EDAC=y +CONFIG_EDAC_MM_EDAC=y CONFIG_RTC_CLASS=y CONFIG_RTC_DRV_MAX77686=y CONFIG_RTC_DRV_RK808=m -- Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm Technologies, Inc. Qualcomm Technologies, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project.