Loading arch/arm/configs/vendor/bengal-perf_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -548,6 +548,7 @@ CONFIG_QTEE_SHM_BRIDGE=y CONFIG_MEM_SHARE_QMI_SERVICE=y CONFIG_QMP_DEBUGFS_CLIENT=y CONFIG_QCOM_QHEE_ENABLE_MEM_PROTECTION=y CONFIG_QCOM_CX_IPEAK=y CONFIG_ICNSS=y CONFIG_ICNSS_QMI=y CONFIG_DEVFREQ_GOV_PASSIVE=y Loading arch/arm/configs/vendor/bengal_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -557,6 +557,7 @@ CONFIG_QTEE_SHM_BRIDGE=y CONFIG_MEM_SHARE_QMI_SERVICE=y CONFIG_QMP_DEBUGFS_CLIENT=y CONFIG_QCOM_QHEE_ENABLE_MEM_PROTECTION=y CONFIG_QCOM_CX_IPEAK=y CONFIG_ICNSS=y CONFIG_ICNSS_DEBUG=y CONFIG_ICNSS_QMI=y Loading arch/arm64/configs/vendor/bengal-perf_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -523,6 +523,7 @@ CONFIG_QTEE_SHM_BRIDGE=y CONFIG_MEM_SHARE_QMI_SERVICE=y CONFIG_QMP_DEBUGFS_CLIENT=y CONFIG_QCOM_QHEE_ENABLE_MEM_PROTECTION=y CONFIG_QCOM_CX_IPEAK=y CONFIG_ICNSS=y CONFIG_ICNSS_QMI=y CONFIG_DEVFREQ_GOV_PASSIVE=y Loading arch/arm64/configs/vendor/bengal_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -544,6 +544,7 @@ CONFIG_QTEE_SHM_BRIDGE=y CONFIG_MEM_SHARE_QMI_SERVICE=y CONFIG_QMP_DEBUGFS_CLIENT=y CONFIG_QCOM_QHEE_ENABLE_MEM_PROTECTION=y CONFIG_QCOM_CX_IPEAK=y CONFIG_ICNSS=y CONFIG_ICNSS_DEBUG=y CONFIG_ICNSS_QMI=y Loading drivers/soc/qcom/Kconfig +8 −0 Original line number Diff line number Diff line Loading @@ -819,6 +819,14 @@ config QCOM_QHEE_ENABLE_MEM_PROTECTION This is part of a security feature in QHEE and need to be enabled by default. config QCOM_CX_IPEAK bool "Common driver to handle Cx iPeak limitation" help Cx ipeak HW module is used to limit the current drawn by various subsystem blocks on Cx power rail. Each client needs to set their bit in tcsr register if it is going to cross its own threshold. If all clients are going to cross their thresholds then Cx ipeak hw module will raise an interrupt to cDSP block to throttle cDSP fmax. endmenu config QCOM_HYP_CORE_CTL Loading Loading
arch/arm/configs/vendor/bengal-perf_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -548,6 +548,7 @@ CONFIG_QTEE_SHM_BRIDGE=y CONFIG_MEM_SHARE_QMI_SERVICE=y CONFIG_QMP_DEBUGFS_CLIENT=y CONFIG_QCOM_QHEE_ENABLE_MEM_PROTECTION=y CONFIG_QCOM_CX_IPEAK=y CONFIG_ICNSS=y CONFIG_ICNSS_QMI=y CONFIG_DEVFREQ_GOV_PASSIVE=y Loading
arch/arm/configs/vendor/bengal_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -557,6 +557,7 @@ CONFIG_QTEE_SHM_BRIDGE=y CONFIG_MEM_SHARE_QMI_SERVICE=y CONFIG_QMP_DEBUGFS_CLIENT=y CONFIG_QCOM_QHEE_ENABLE_MEM_PROTECTION=y CONFIG_QCOM_CX_IPEAK=y CONFIG_ICNSS=y CONFIG_ICNSS_DEBUG=y CONFIG_ICNSS_QMI=y Loading
arch/arm64/configs/vendor/bengal-perf_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -523,6 +523,7 @@ CONFIG_QTEE_SHM_BRIDGE=y CONFIG_MEM_SHARE_QMI_SERVICE=y CONFIG_QMP_DEBUGFS_CLIENT=y CONFIG_QCOM_QHEE_ENABLE_MEM_PROTECTION=y CONFIG_QCOM_CX_IPEAK=y CONFIG_ICNSS=y CONFIG_ICNSS_QMI=y CONFIG_DEVFREQ_GOV_PASSIVE=y Loading
arch/arm64/configs/vendor/bengal_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -544,6 +544,7 @@ CONFIG_QTEE_SHM_BRIDGE=y CONFIG_MEM_SHARE_QMI_SERVICE=y CONFIG_QMP_DEBUGFS_CLIENT=y CONFIG_QCOM_QHEE_ENABLE_MEM_PROTECTION=y CONFIG_QCOM_CX_IPEAK=y CONFIG_ICNSS=y CONFIG_ICNSS_DEBUG=y CONFIG_ICNSS_QMI=y Loading
drivers/soc/qcom/Kconfig +8 −0 Original line number Diff line number Diff line Loading @@ -819,6 +819,14 @@ config QCOM_QHEE_ENABLE_MEM_PROTECTION This is part of a security feature in QHEE and need to be enabled by default. config QCOM_CX_IPEAK bool "Common driver to handle Cx iPeak limitation" help Cx ipeak HW module is used to limit the current drawn by various subsystem blocks on Cx power rail. Each client needs to set their bit in tcsr register if it is going to cross its own threshold. If all clients are going to cross their thresholds then Cx ipeak hw module will raise an interrupt to cDSP block to throttle cDSP fmax. endmenu config QCOM_HYP_CORE_CTL Loading