[PATCH] arm64: configs: Enable all PMUs provided by Arm

Anshuman Khandual anshuman.khandual at arm.com
Wed Sep 21 04:53:37 PDT 2022



On 9/19/22 21:57, Mark Brown wrote:
> The selection of PMUs enabled in the defconfig is currently a bit random
> and does not include a number of those provided by Arm and present in a
> fairly wide range of SoCs. Improve coverage and defconfig utility by
> enabling all the Arm provided PMUs by default.
> 
> Signed-off-by: Mark Brown <broonie at kernel.org>

Reviewed-by: Anshuman Khandual <anshuman.khandual at arm.com>

> ---
>  arch/arm64/configs/defconfig | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 5a4ba141d15c..91116804e488 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -1241,8 +1241,14 @@ CONFIG_PHY_UNIPHIER_USB3=y
>  CONFIG_PHY_TEGRA_XUSB=y
>  CONFIG_PHY_AM654_SERDES=m
>  CONFIG_PHY_J721E_WIZ=m
> +CONFIG_ARM_CCI_PMU=m
> +CONFIG_ARM_CCN=m
> +CONFIG_ARM_CMN=m
>  CONFIG_ARM_SMMU_V3_PMU=m
> +CONFIG_ARM_DSU_PMU=m
>  CONFIG_FSL_IMX8_DDR_PMU=m
> +CONFIG_ARM_SPE_PMU=m
> +CONFIG_ARM_DMC620_PMU=m
>  CONFIG_QCOM_L2_PMU=y
>  CONFIG_QCOM_L3_PMU=y
>  CONFIG_HISI_PMU=y



More information about the linux-arm-kernel mailing list