diff mbox series

arm64: defconfig: Enable Qualcomm socinfo driver

Message ID 20191011234828.374419-1-bjorn.andersson@linaro.org
State Accepted
Commit e0ff7f9fc34d306e18164c20d2b87c3ce42db0cb
Headers show
Series arm64: defconfig: Enable Qualcomm socinfo driver | expand

Commit Message

Bjorn Andersson Oct. 11, 2019, 11:48 p.m. UTC
The Qualcomm socinfo driver provides SoC information to userspace using
the standard soc interface as well as a number of debugfs entries.

Enable this to allow certain user space tools to acquire this
information, as well as getting developers access to the information in
debugfs that is useful when reporting bugs.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>

---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

-- 
2.23.0
diff mbox series

Patch

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 45e55dfe1ee4..a5953b0b382d 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -744,6 +744,7 @@  CONFIG_QCOM_SMEM=y
 CONFIG_QCOM_SMD_RPM=y
 CONFIG_QCOM_SMP2P=y
 CONFIG_QCOM_SMSM=y
+CONFIG_QCOM_SOCINFO=m
 CONFIG_ARCH_R8A774A1=y
 CONFIG_ARCH_R8A774C0=y
 CONFIG_ARCH_R8A7795=y