From: Nicolas Dechesne Date: Wed, 11 Oct 2017 15:19:25 +0000 (+0200) Subject: arm64: defconfig: Enable QCOM_IOMMU X-Git-Tag: v4.15-rc1~76^2~20^2~1 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=de11c4de1fbbe1f48ac2ec9b38f1a4618d53d35f;p=linux.git arm64: defconfig: Enable QCOM_IOMMU Enable QCOM IOMMU driver for 'B' family devices, such as APQ8016 found on the Dragonboard 410c. With this change, graphics console and GPU are working fine (using mesa/freedreno for GPU driver). Signed-off-by: Nicolas Dechesne Acked-by: Bjorn Andersson Signed-off-by: Andy Gross --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 34480e9af2e7..653f7149179a 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -510,6 +510,7 @@ CONFIG_HI6220_MBOX=y CONFIG_ROCKCHIP_IOMMU=y CONFIG_ARM_SMMU=y CONFIG_ARM_SMMU_V3=y +CONFIG_QCOM_IOMMU=y CONFIG_RPMSG_QCOM_SMD=y CONFIG_RASPBERRYPI_POWER=y CONFIG_QCOM_SMEM=y