Skip to content
Snippets Groups Projects
Commit 25a412a9 authored by Jingxiang Ge's avatar Jingxiang Ge Committed by Amarnath Hullur Subramanyam
Browse files

ini: enable runtime pm for kona

Set gRuntimePM to 2.

Change-Id: I6e7f68e45121f97089f3f4e77df5b1d372f744ed
CRs-Fixed: 2662892
parent 3d3d56cc
No related branches found
No related tags found
No related merge requests found
...@@ -284,6 +284,10 @@ AutoChannelSelectWeight=0x00fafafa ...@@ -284,6 +284,10 @@ AutoChannelSelectWeight=0x00fafafa
# Enable/Disable broadcast TWT # Enable/Disable broadcast TWT
bcast_twt=1 bcast_twt=1
# Enable Runtime PM
gRuntimePM=2
gRuntimePMDelay=500
# Enable broadcast logging to the userspace entities # Enable broadcast logging to the userspace entities
gMulticastHostFwMsgs=1 gMulticastHostFwMsgs=1
# Disable packetlog explicitly # Disable packetlog explicitly
......
...@@ -284,6 +284,13 @@ AutoChannelSelectWeight=0x00fafafa ...@@ -284,6 +284,13 @@ AutoChannelSelectWeight=0x00fafafa
# Enable/Disable broadcast TWT # Enable/Disable broadcast TWT
bcast_twt=1 bcast_twt=1
# Enable Runtime PM
# 0 - RTPM disabled, so CxPC aware RTPM will be disabled as well
# 1 - RTPM enabled, but CxPC aware RTPM disabled (i.e, Static Runtime PM)
# 2 - RTPM enabled and CxPC aware RTPM enabled as well (i.e, Dynamic Runtime PM)
gRuntimePM=2
gRuntimePMDelay=500
# Enable broadcast logging to the userspace entities # Enable broadcast logging to the userspace entities
gMulticastHostFwMsgs=1 gMulticastHostFwMsgs=1
# Disable packetlog explicitly # Disable packetlog explicitly
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment