Message ID | 20220704121730.127925-4-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | 76f11e77f919397f31198354cd0e0bd8e76f8748 |
Headers | show |
Series | soc/arm64: qcom: Add initial version of bwmon | expand |
On Mon, 4 Jul 2022 14:17:29 +0200, Krzysztof Kozlowski wrote: > Enable the Qualcomm Bandwidth Monitor to allow scaling interconnects > depending on bandwidth usage between CPU and memory. This is used > already on Qualcomm SDM845 SoC. > > Applied, thanks! [3/4] arm64: defconfig: enable Qualcomm Bandwidth Monitor commit: 76f11e77f919397f31198354cd0e0bd8e76f8748 Best regards,
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 6906b83f5e45..6edbcfd3f4ca 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1096,6 +1096,7 @@ CONFIG_QCOM_SOCINFO=m CONFIG_QCOM_STATS=m CONFIG_QCOM_WCNSS_CTRL=m CONFIG_QCOM_APR=m +CONFIG_QCOM_ICC_BWMON=m CONFIG_ARCH_R8A77995=y CONFIG_ARCH_R8A77990=y CONFIG_ARCH_R8A77950=y
Enable the Qualcomm Bandwidth Monitor to allow scaling interconnects depending on bandwidth usage between CPU and memory. This is used already on Qualcomm SDM845 SoC. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)