[PATCH] iommu: mtk: remove bogus 'select' statements

Joerg Roedel joro at 8bytes.org
Mon Feb 6 04:17:00 PST 2017


On Thu, Feb 02, 2017 at 03:29:03PM +0100, Arnd Bergmann wrote:
> 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: Arnd Bergmann <arnd at arndb.de>

Applied, thanks.




More information about the Linux-mediatek mailing list