Skip to content

Commit 087a908

Browse files
arndbjoergroedel
authored andcommitted
iommu/mediatek: Remove bogus 'select' statements
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@arndb.de> Signed-off-by: Joerg Roedel <jroedel@suse.de>
1 parent d5adbfc commit 087a908

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/iommu/Kconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -352,9 +352,6 @@ config MTK_IOMMU_V1
352352
select IOMMU_API
353353
select MEMORY
354354
select MTK_SMI
355-
select COMMON_CLK_MT2701_MMSYS
356-
select COMMON_CLK_MT2701_IMGSYS
357-
select COMMON_CLK_MT2701_VDECSYS
358355
help
359356
Support for the M4U on certain Mediatek SoCs. M4U generation 1 HW is
360357
Multimedia Memory Managememt Unit. This option enables remapping of

0 commit comments

Comments
 (0)