defconfig: Enable qcom-simple-lpm governor for pineapple

This change adds to enable simple governor.

Change-Id: I97fcdd746946ef7c50c1944c27f67f2625b9b16f
Signed-off-by: Tushar Nimkar <quic_tnimkar@quicinc.com>
This commit is contained in:
Tushar Nimkar 2023-06-26 15:14:27 +05:30
parent c9e89eb9c1
commit 32bf987fff
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ CONFIG_CMA_DEBUG=y
CONFIG_CMA_DEBUGFS=y
CONFIG_CNSS2_DEBUG=y
CONFIG_CORESIGHT_SOURCE_ETM4X=m
CONFIG_CPU_IDLE_SIMPLE_GOV_QCOM_LPM=m
CONFIG_DEBUG_PAGEALLOC=y
CONFIG_DEBUG_PAGEALLOC_ENABLE_DEFAULT=y
CONFIG_DEBUG_SPINLOCK=y

View File

@ -262,6 +262,7 @@ def define_pineapple():
_pineapple_consolidate_in_tree_modules = _pineapple_in_tree_modules + [
# keep sorted
"drivers/cpuidle/governors/qcom_simple_lpm.ko",
"drivers/hwtracing/coresight/coresight-etm4x.ko",
"drivers/misc/lkdtm/lkdtm.ko",
"drivers/misc/qseecom_proxy.ko",