diff options
author | Manivannan Sadhasivam <[email protected]> | 2021-01-18 11:08:48 +0530 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2021-01-22 13:50:34 -0600 |
commit | 3afa1cb4562d720557d7f67904779b4aa4db4c23 (patch) | |
tree | 59e556d5008a89b1ffb29191ad39a3cebe5207a3 | |
parent | ca61452bd74683e2b79fe5bbd3670e4e796ec8d3 (diff) |
ARM: qcom_defconfig: Enable ARM SMMU
Enable ARM SMMU driver for using with platforms like SDX55.
Signed-off-by: Manivannan Sadhasivam <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm/configs/qcom_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig index 77f234bf84c8..70dd57b110ab 100644 --- a/arch/arm/configs/qcom_defconfig +++ b/arch/arm/configs/qcom_defconfig @@ -228,6 +228,7 @@ CONFIG_MSM_MMCC_8960=y CONFIG_MSM_MMCC_8974=y CONFIG_SDX_GCC_55=y CONFIG_MSM_IOMMU=y +CONFIG_ARM_SMMU=y CONFIG_HWSPINLOCK=y CONFIG_HWSPINLOCK_QCOM=y CONFIG_MAILBOX=y |