Message ID | 20220726150609.140472-2-krzysztof.kozlowski@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | [v3,1/5] ARM: qcom_defconfig: enable more Qualcomm drivers | expand |
On 26/07/2022 19:43, Dmitry Baryshkov wrote: >> I was considering it, but it seems none of ARMv7 DTS use it. > > Argh. The driver has support for 8974 and 8084, but nobody has wired > that up. I'd still suggest marking it as =y/=m. I'll send dtsi patches > in parallel. > OK, that makes sense. I'll add it to defconfigs. Best regards, Krzysztof
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 CONFIG_QCOM_WCNSS_CTRL=y CONFIG_EXTCON_QCOM_SPMI_MISC=y CONFIG_IIO=y
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@linaro.org> --- arch/arm/configs/qcom_defconfig | 3 +++ 1 file changed, 3 insertions(+)