defconfig: arm64: msm: Enable remote spinlocks
Enable remote spinlocks to facilitate locking between the various processors in the SoC. Signed-off-by: Karthikeyan Ramasubramanian <kramasub@codeaurora.org>
This commit is contained in:
parent
53679dae72
commit
70ea360338
2 changed files with 2 additions and 2 deletions
|
@ -163,7 +163,7 @@ CONFIG_COMMON_CLK_QCOM=y
|
|||
CONFIG_MSM_GCC_8916=y
|
||||
CONFIG_MSM_GCC_8996=y
|
||||
CONFIG_MSM_MMCC_8996=y
|
||||
CONFIG_HWSPINLOCK_QCOM=y
|
||||
CONFIG_REMOTE_SPINLOCK_MSM=y
|
||||
# CONFIG_IOMMU_SUPPORT is not set
|
||||
CONFIG_QCOM_SMEM=y
|
||||
CONFIG_QCOM_SMD=y
|
||||
|
|
|
@ -147,7 +147,7 @@ CONFIG_VIRTIO_MMIO=y
|
|||
CONFIG_COMMON_CLK_QCOM=y
|
||||
CONFIG_MSM_GCC_8916=y
|
||||
CONFIG_MSM_MMCC_8996=y
|
||||
CONFIG_HWSPINLOCK_QCOM=y
|
||||
CONFIG_REMOTE_SPINLOCK_MSM=y
|
||||
# CONFIG_IOMMU_SUPPORT is not set
|
||||
CONFIG_QCOM_SMEM=y
|
||||
CONFIG_QCOM_SMD=y
|
||||
|
|
Loading…
Add table
Reference in a new issue