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

Commit c9d8961c authored by Huaibin Yang's avatar Huaibin Yang
Browse files

defconfig: apq8084: enable event timer feature



This feature allows drivers to register hard deadline events with the
low power manager driver. Specifically for display h/w vsync events,
cpu is woken up before vsync to improve vsync interrupt latency.

Change-Id: I1dd26f96965f777e033847448bb0426d959a7741
Signed-off-by: default avatarHuaibin Yang <huaibiny@codeaurora.org>
parent 46fe9155
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -590,3 +590,4 @@ CONFIG_CRYPTO_TWOFISH=y
CONFIG_CRYPTO_DEV_QCRYPTO=m
CONFIG_CRYPTO_DEV_QCE=y
CONFIG_CRYPTO_DEV_QCEDEV=y
CONFIG_MSM_EVENT_TIMER=y
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
@@ -627,3 +627,4 @@ CONFIG_CRYPTO_XTS=y
CONFIG_CRYPTO_DEV_QCRYPTO=y
CONFIG_CRYPTO_DEV_QCE=y
CONFIG_CRYPTO_DEV_QCEDEV=y
CONFIG_MSM_EVENT_TIMER=y
 No newline at end of file