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

Commit 19910d90 authored by Prakruthi Deepak Heragu's avatar Prakruthi Deepak Heragu
Browse files

drivers: llcc: edac: Add a config flag for non GKI variants



Add defer work feature in edac driver for non GKI variants.

Change-Id: Ie05ada1efe94f9ecb3bc5518790aeb5e741cf1e1
Signed-off-by: default avatarPrakruthi Deepak Heragu <pheragu@codeaurora.org>
parent cc72a30d
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -23,6 +23,15 @@ menuconfig EDAC

if EDAC

config EDAC_QGKI
	bool "Enable QGKI features for EDAC"
	depends on QGKI
	help
	  When QGKI variants are selected, use special EDAC features like
	  creating and using deferred work. This feature adds
	  a deferrable timer if the error checking is not worth waking up
	  the cpu from idle.

config EDAC_LEGACY_SYSFS
	bool "EDAC legacy sysfs"
	default y