Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'qcom-defconfig-for-6.1' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/defconfig

Qualcomm ARM defconfig updates for 6.1

This enables command-db, ocmem, rpmh and rpmhpd drivers in the
multi_v7_defconfig, used on SDX55, SDX65 and MSM8974. For qcom_defconfig
rmtfs-mem, rpmpd, socinfo and qcom-stats are enables as they are used
across MSM8974, MSM8226, MSM8916 and APQ8084.

Lastly the MAINTAINERS entry is updated to include the qcom_defconfig.

* tag 'qcom-defconfig-for-6.1' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux:
ARM: qcom: include defconfig in MAINTAINERS
ARM: multi_v7_defconfig: enable more Qualcomm drivers
ARM: qcom_defconfig: enable more Qualcomm drivers

Link: https://lore.kernel.org/r/20220921153734.1314952-1-andersson@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

+9
+1
MAINTAINERS
··· 2588 2588 F: Documentation/devicetree/bindings/soc/qcom/ 2589 2589 F: arch/arm/boot/dts/qcom-*.dts 2590 2590 F: arch/arm/boot/dts/qcom-*.dtsi 2591 + F: arch/arm/configs/qcom_defconfig 2591 2592 F: arch/arm/mach-qcom/ 2592 2593 F: arch/arm64/boot/dts/qcom/ 2593 2594 F: drivers/*/*/qcom*
+4
arch/arm/configs/multi_v7_defconfig
··· 1063 1063 CONFIG_ASPEED_LPC_SNOOP=m 1064 1064 CONFIG_ASPEED_P2A_CTRL=m 1065 1065 CONFIG_RASPBERRYPI_POWER=y 1066 + CONFIG_QCOM_COMMAND_DB=m 1066 1067 CONFIG_QCOM_CPR=y 1067 1068 CONFIG_QCOM_GSBI=y 1069 + CONFIG_QCOM_OCMEM=m 1068 1070 CONFIG_QCOM_RMTFS_MEM=m 1071 + CONFIG_QCOM_RPMH=y 1072 + CONFIG_QCOM_RPMHPD=y 1069 1073 CONFIG_QCOM_RPMPD=y 1070 1074 CONFIG_QCOM_SMEM=y 1071 1075 CONFIG_QCOM_SMD_RPM=y
+4
arch/arm/configs/qcom_defconfig
··· 254 254 CONFIG_QCOM_PM=y 255 255 CONFIG_QCOM_RPMH=y 256 256 CONFIG_QCOM_RPMHPD=y 257 + CONFIG_QCOM_RMTFS_MEM=y 258 + CONFIG_QCOM_RPMPD=y 257 259 CONFIG_QCOM_SMEM=y 258 260 CONFIG_QCOM_SMD_RPM=y 259 261 CONFIG_QCOM_SMP2P=y 260 262 CONFIG_QCOM_SMSM=y 263 + CONFIG_QCOM_SOCINFO=y 264 + CONFIG_QCOM_STATS=y 261 265 CONFIG_QCOM_WCNSS_CTRL=y 262 266 CONFIG_EXTCON_QCOM_SPMI_MISC=y 263 267 CONFIG_IIO=y