Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d1fbd547 authored by Prasad Sodagudi's avatar Prasad Sodagudi
Browse files

drivers: edac: Remove dependency on EDAC_MM_EDAC for LLCC_EDAC



commit <e3c4ff6d> ("EDAC: Remove EDAC_MM_EDAC")
removed the EDAC_MM_EDAC dependency, so make necessary
changes to QCOM_LLCC_EDAC driver.

Change-Id: I3298e366bef3cba6b831ccf48d67b8c5f0c7cbe4
Signed-off-by: default avatarPrasad Sodagudi <psodagud@codeaurora.org>
parent ed678283
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -500,7 +500,7 @@ config EDAC_XGENE
	  APM X-Gene family of SOCs.

config EDAC_QCOM_LLCC
	depends on EDAC_MM_EDAC && QCOM_LLCC
	depends on QCOM_LLCC
	tristate "QCOM LLCC Caches"
	help
	  Support for error detection and correction on the
+2 −1
Original line number Diff line number Diff line
@@ -19,7 +19,8 @@
#include <linux/mfd/syscon.h>
#include <linux/regmap.h>
#include <linux/interrupt.h>
#include "edac_core.h"
#include "edac_mc.h"
#include "edac_device.h"

#ifdef CONFIG_EDAC_QCOM_LLCC_PANIC_ON_CE
#define LLCC_ERP_PANIC_ON_CE 1