arm64: defconfig: Enable PDC, CPUidle goverrnor, stats driver for neo

This change enables PDC, CPUidle governor and various stats drivers.

Change-Id: If2e61f913a2fc350c13ae8c9c0cbde926a4c48b7
Signed-off-by: Dhaval Radiya <quic_dradiya@quicinc.com>
This commit is contained in:
Dhaval Radiya 2024-07-22 11:43:41 +05:30
parent 83cd56ed58
commit 0222920c9e
3 changed files with 9 additions and 0 deletions

View File

@ -2,6 +2,7 @@ CONFIG_ARCH_NEO=y
CONFIG_ARM_SMMU=m
CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT=y
CONFIG_ARM_SMMU_SELFTEST=y
CONFIG_CPU_IDLE_GOV_QCOM_LPM=m
CONFIG_EDAC_KRYO_ARM64=m
# CONFIG_EDAC_KRYO_ARM64_PANIC_ON_CE is not set
CONFIG_EDAC_KRYO_ARM64_PANIC_ON_UE=y
@ -35,6 +36,7 @@ CONFIG_POWER_RESET_QCOM_DOWNLOAD_MODE_DEFAULT=y
CONFIG_POWER_RESET_QCOM_REBOOT_REASON=m
CONFIG_QCOM_BALANCE_ANON_FILE_RECLAIM=y
CONFIG_QCOM_COMMAND_DB=m
CONFIG_QCOM_CPUSS_SLEEP_STATS=m
CONFIG_QCOM_DMABUF_HEAPS=m
CONFIG_QCOM_DMABUF_HEAPS_CARVEOUT=y
CONFIG_QCOM_DMABUF_HEAPS_CMA=y
@ -54,6 +56,7 @@ CONFIG_QCOM_MEM_BUF_DEV=m
CONFIG_QCOM_MEM_HOOKS=m
CONFIG_QCOM_PANIC_ON_NOTIF_TIMEOUT=y
CONFIG_QCOM_PANIC_ON_PDR_NOTIF_TIMEOUT=y
CONFIG_QCOM_PDC=m
CONFIG_QCOM_RAMDUMP=m
CONFIG_QCOM_RPMH=m
CONFIG_QCOM_RUN_QUEUE_STATS=m
@ -63,6 +66,7 @@ CONFIG_QCOM_SHOW_RESUME_IRQ=m
CONFIG_QCOM_SMEM=m
CONFIG_QCOM_SOCINFO=m
CONFIG_QCOM_SOC_WATCHDOG=m
CONFIG_QCOM_STATS=m
CONFIG_QCOM_WATCHDOG_BARK_TIME=11000
CONFIG_QCOM_WATCHDOG_IPI_PING=y
CONFIG_QCOM_WATCHDOG_PET_TIME=9360

View File

@ -88,3 +88,4 @@ crypto-qti-common.ko
crypto-qti-hwkm.ko
hwkm.ko
tmecom-intf.ko
qcom-pdc.ko

View File

@ -7,6 +7,7 @@ target_name = "neo-la"
def define_neo_la():
_neo_in_tree_modules = [
# keep sorted
"drivers/cpuidle/governors/qcom_lpm.ko",
"drivers/dma-buf/heaps/qcom_dma_heaps.ko",
"drivers/edac/kryo_arm64_edac.ko",
"drivers/edac/qcom_edac.ko",
@ -18,6 +19,7 @@ def define_neo_la():
"drivers/iommu/qcom_iommu_debug.ko",
"drivers/iommu/qcom_iommu_util.ko",
"drivers/irqchip/msm_show_resume_irq.ko",
"drivers/irqchip/qcom-pdc.ko",
"drivers/perf/qcom_llcc_pmu.ko",
"drivers/pinctrl/qcom/pinctrl-msm.ko",
"drivers/power/reset/qcom-dload-mode.ko",
@ -32,9 +34,11 @@ def define_neo_la():
"drivers/soc/qcom/mem_buf/mem_buf_dev.ko",
"drivers/soc/qcom/memory_dump_v2.ko",
"drivers/soc/qcom/msm_performance.ko",
"drivers/soc/qcom/qcom_cpuss_sleep_stats.ko",
"drivers/soc/qcom/qcom_ramdump.ko",
"drivers/soc/qcom/qcom_rpmh.ko",
"drivers/soc/qcom/qcom_soc_wdt.ko",
"drivers/soc/qcom/qcom_stats.ko",
"drivers/soc/qcom/qcom_wdt_core.ko",
"drivers/soc/qcom/rq_stats.ko",
"drivers/soc/qcom/secure_buffer.ko",