On 26/07/2022 19:54, Stephan Gerhold wrote: > On Tue, Jul 26, 2022 at 07:30:12PM +0200, Krzysztof Kozlowski wrote: >> On 26/07/2022 18:49, Dmitry Baryshkov wrote: >>> On Tue, 26 Jul 2022 at 18:06, Krzysztof Kozlowski >>> <krzysztof.kozlowski@xxxxxxxxxx> wrote: >>>> >>>> Enable Qualcomm drivers: >>>> 1. socinfo driver to provide some basic information about the >>>> SoC being used. >>>> 2. Remote filesystem memory driver (used in MSM8974). >>>> 3. RPM Power domain (used in MSM8226). >>>> >>>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> >>>> --- >>>> arch/arm/configs/qcom_defconfig | 3 +++ >>>> 1 file changed, 3 insertions(+) >>>> >>>> diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig >>>> index 5cd935ee148a..f02448187eac 100644 >>>> --- a/arch/arm/configs/qcom_defconfig >>>> +++ b/arch/arm/configs/qcom_defconfig >>>> @@ -247,12 +247,15 @@ CONFIG_QCOM_COMMAND_DB=y >>>> CONFIG_QCOM_GSBI=y >>>> CONFIG_QCOM_OCMEM=y >>>> CONFIG_QCOM_PM=y >>>> +CONFIG_QCOM_RMTFS_MEM=y >>>> +CONFIG_QCOM_RPMPD=y >>>> CONFIG_QCOM_SMEM=y >>>> CONFIG_QCOM_SMD_RPM=y >>>> CONFIG_QCOM_SMP2P=y >>>> CONFIG_QCOM_SMSM=y >>>> CONFIG_QCOM_RPMH=y >>>> CONFIG_QCOM_RPMHPD=y >>>> +CONFIG_QCOM_SOCINFO=y >>> >>> please add: >>> CONFIG_QCOM_STATS=y >> >> I was considering it, but it seems none of ARMv7 DTS use it. >> > > Some MSM8916 boards are used on ARMv7 (due to firmware limitations) > and the msm8916.dtsi has it. :) OK, thanks! Best regards, Krzysztof