diff options
author | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> | 2017-11-27 11:44:57 +0000 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2017-12-21 13:28:31 -0600 |
commit | cd1b22636959e10ef607bd73f697234e319076d9 (patch) | |
tree | fb6d5a34268c605f2f58a55e2815b1bafe23ff6a /arch/arm/configs | |
parent | 9cd9fc1ac56eebf3bba38e10b011024e17273458 (diff) | |
download | linux-stable-cd1b22636959e10ef607bd73f697234e319076d9.tar.gz linux-stable-cd1b22636959e10ef607bd73f697234e319076d9.tar.bz2 linux-stable-cd1b22636959e10ef607bd73f697234e319076d9.zip |
ARM: qcom_defconfig: enable MSM IOMMU for display
MSM IOMMU is required for apq8064 display, so enable it by default.
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'arch/arm/configs')
-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 8a340c316a9a..237aa79339f6 100644 --- a/arch/arm/configs/qcom_defconfig +++ b/arch/arm/configs/qcom_defconfig @@ -201,6 +201,7 @@ CONFIG_MSM_LCC_8960=y CONFIG_MDM_LCC_9615=y CONFIG_MSM_MMCC_8960=y CONFIG_MSM_MMCC_8974=y +CONFIG_MSM_IOMMU=y CONFIG_HWSPINLOCK=y CONFIG_HWSPINLOCK_QCOM=y CONFIG_REMOTEPROC=y |