diff options
author | Bjorn Andersson <[email protected]> | 2019-10-11 16:48:28 -0700 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2019-12-10 09:35:20 -0800 |
commit | e0ff7f9fc34d306e18164c20d2b87c3ce42db0cb (patch) | |
tree | b18a4be8ae9e83b5e8b792082f81eb720659c559 | |
parent | 603ca8dc6213a4c35e3d0d1352f7b84e176f8f6c (diff) |
arm64: defconfig: Enable Qualcomm socinfo driver
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.
Tested-by: Vinod Koul <[email protected]>
Reviewed-by: Vinod Koul <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index b82a78e38c69..8169e8f63b38 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -741,6 +741,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_R8A774B1=y CONFIG_ARCH_R8A774C0=y |