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:
parent
cc72a30d25
commit
19910d905d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user