Skip to content
  • Arnd Bergmann's avatar
    iommu/mediatek: Remove bogus 'select' statements · 087a908f
    Arnd Bergmann authored
    
    
    The mediatek IOMMU driver enables some drivers that it does not directly
    rely on, and that causes a warning for build testing:
    
    warning: (MTK_IOMMU_V1) selects COMMON_CLK_MT2701_VDECSYS which has unmet direct dependencies (COMMON_CLK && COMMON_CLK_MT2701)
    warning: (MTK_IOMMU_V1) selects COMMON_CLK_MT2701_IMGSYS which has unmet direct dependencies (COMMON_CLK && COMMON_CLK_MT2701)
    warning: (MTK_IOMMU_V1) selects COMMON_CLK_MT2701_MMSYS which has unmet direct dependencies (COMMON_CLK && COMMON_CLK_MT2701)
    
    This removes the select statements.
    
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    Signed-off-by: default avatarJoerg Roedel <jroedel@suse.de>
    087a908f