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

Commit 92121cdd authored by Ravinder Konka's avatar Ravinder Konka Committed by Gerrit - the friendly Code Review server
Browse files

config: arm: msm: Enable NETFILTER_XT_TARGET_HARDIDLETIMER



For fast dormancy/tcm feature, network idle timer support is required
where in timer expires even in power colapse and which triggers a
sysfs notification. If a matching packet is received then timer is
reset. This support is required in the kernel so enabling the config

Change-Id: I2a2db6deeebbb124b5d586ee04b090fe00501f08
Signed-off-by: default avatarRavinder Konka <rkonka@codeaurora.org>
parent 7bed5c2d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -119,6 +119,7 @@ CONFIG_NETFILTER_XT_TARGET_CLASSIFY=y
CONFIG_NETFILTER_XT_TARGET_CONNMARK=y
CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=y
CONFIG_NETFILTER_XT_TARGET_IDLETIMER=y
CONFIG_NETFILTER_XT_TARGET_HARDIDLETIMER=y
CONFIG_NETFILTER_XT_TARGET_LOG=y
CONFIG_NETFILTER_XT_TARGET_MARK=y
CONFIG_NETFILTER_XT_TARGET_NFLOG=y
+1 −0
Original line number Diff line number Diff line
@@ -118,6 +118,7 @@ CONFIG_NETFILTER_XT_TARGET_CLASSIFY=y
CONFIG_NETFILTER_XT_TARGET_CONNMARK=y
CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=y
CONFIG_NETFILTER_XT_TARGET_IDLETIMER=y
CONFIG_NETFILTER_XT_TARGET_HARDIDLETIMER=y
CONFIG_NETFILTER_XT_TARGET_LOG=y
CONFIG_NETFILTER_XT_TARGET_MARK=y
CONFIG_NETFILTER_XT_TARGET_NFLOG=y