diff options
author | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> | 2017-11-27 06:44:57 -0500 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2017-12-21 14:28:31 -0500 |
commit | cd1b22636959e10ef607bd73f697234e319076d9 (patch) | |
tree | fb6d5a34268c605f2f58a55e2815b1bafe23ff6a | |
parent | 9cd9fc1ac56eebf3bba38e10b011024e17273458 (diff) |
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>
-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 | |||
201 | CONFIG_MDM_LCC_9615=y | 201 | CONFIG_MDM_LCC_9615=y |
202 | CONFIG_MSM_MMCC_8960=y | 202 | CONFIG_MSM_MMCC_8960=y |
203 | CONFIG_MSM_MMCC_8974=y | 203 | CONFIG_MSM_MMCC_8974=y |
204 | CONFIG_MSM_IOMMU=y | ||
204 | CONFIG_HWSPINLOCK=y | 205 | CONFIG_HWSPINLOCK=y |
205 | CONFIG_HWSPINLOCK_QCOM=y | 206 | CONFIG_HWSPINLOCK_QCOM=y |
206 | CONFIG_REMOTEPROC=y | 207 | CONFIG_REMOTEPROC=y |