Loading arch/arm64/configs/vendor/kona_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -608,6 +608,7 @@ CONFIG_MSM_CORE_HANG_DETECT=y CONFIG_QCOM_FSA4480_I2C=y CONFIG_QCOM_WATCHDOG_V2=y CONFIG_QCOM_FORCE_WDOG_BITE_ON_PANIC=y CONFIG_QCOM_WDOG_IPI_ENABLE=y CONFIG_QCOM_BUS_SCALING=y CONFIG_QCOM_BUS_CONFIG_RPMH=y CONFIG_MSM_SPCOM=y Loading drivers/soc/qcom/Kconfig +12 −0 Original line number Diff line number Diff line Loading @@ -563,6 +563,18 @@ config QCOM_FORCE_WDOG_BITE_ON_PANIC kernel panic. On certain MSM SoCs, this provides us additional debugging information. config QCOM_WDOG_IPI_ENABLE bool "Qcom WDT pet optimization" depends on QCOM_WATCHDOG_V2 default n help When this option is enabled, watchdog sends IPI to cores in low power mode also. For power optimizations, by default watchdog don't ping cores in low power mode at pettime. To track CPUs health on LPM, or on debug builds enable it. config QCOM_BUS_SCALING bool "Bus scaling driver" help Loading Loading
arch/arm64/configs/vendor/kona_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -608,6 +608,7 @@ CONFIG_MSM_CORE_HANG_DETECT=y CONFIG_QCOM_FSA4480_I2C=y CONFIG_QCOM_WATCHDOG_V2=y CONFIG_QCOM_FORCE_WDOG_BITE_ON_PANIC=y CONFIG_QCOM_WDOG_IPI_ENABLE=y CONFIG_QCOM_BUS_SCALING=y CONFIG_QCOM_BUS_CONFIG_RPMH=y CONFIG_MSM_SPCOM=y Loading
drivers/soc/qcom/Kconfig +12 −0 Original line number Diff line number Diff line Loading @@ -563,6 +563,18 @@ config QCOM_FORCE_WDOG_BITE_ON_PANIC kernel panic. On certain MSM SoCs, this provides us additional debugging information. config QCOM_WDOG_IPI_ENABLE bool "Qcom WDT pet optimization" depends on QCOM_WATCHDOG_V2 default n help When this option is enabled, watchdog sends IPI to cores in low power mode also. For power optimizations, by default watchdog don't ping cores in low power mode at pettime. To track CPUs health on LPM, or on debug builds enable it. config QCOM_BUS_SCALING bool "Bus scaling driver" help Loading