• A
    drm/msm: add IOMMU_SUPPORT dependency · 35db117b
    Arnd Bergmann 提交于
    stable inclusion
    from stable-5.10.4
    commit 5acad354237daf59e3d418c7cf51db620b64ba09
    bugzilla: 46903
    
    --------------------------------
    
    [ Upstream commit e319a1b9 ]
    
    The iommu pgtable support is only available when IOMMU support
    is built into the kernel:
    
    WARNING: unmet direct dependencies detected for IOMMU_IO_PGTABLE
      Depends on [n]: IOMMU_SUPPORT [=n]
      Selected by [y]:
      - DRM_MSM [=y] && HAS_IOMEM [=y] && DRM [=y] && (ARCH_QCOM [=y] || SOC_IMX5 || ARM && COMPILE_TEST [=y]) && OF [=y] && COMMON_CLK [=y] && MMU [=y] && (QCOM_OCMEM [=y] || QCOM_OCMEM [=y]=n)
    
    Fix the dependency accordingly. There is no need for depending on
    CONFIG_MMU any more, as that is implied by the iommu support.
    
    Fixes: b145c6e6 ("drm/msm: Add support to create a local pagetable")
    Signed-off-by: NArnd Bergmann <arnd@arndb.de>
    Signed-off-by: NRob Clark <robdclark@chromium.org>
    Signed-off-by: NSasha Levin <sashal@kernel.org>
    Signed-off-by: NChen Jun <chenjun102@huawei.com>
    Acked-by: NXie XiuQi <xiexiuqi@huawei.com>
    35db117b
Kconfig 3.5 KB