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: Prakruthi Deepak Heragu <pheragu@codeaurora.org>
This commit is contained in:
Prakruthi Deepak Heragu 2020-02-06 15:24:52 -08:00
parent cc72a30d25
commit 19910d905d

View File

@ -23,6 +23,15 @@ menuconfig EDAC
if 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 config EDAC_LEGACY_SYSFS
bool "EDAC legacy sysfs" bool "EDAC legacy sysfs"
default y default y