]> git.baikalelectronics.ru Git - kernel.git/commit
iommu/mediatek: Remove bogus 'select' statements
authorArnd Bergmann <arnd@arndb.de>
Thu, 2 Feb 2017 14:29:03 +0000 (15:29 +0100)
committerJoerg Roedel <jroedel@suse.de>
Mon, 6 Feb 2017 12:16:22 +0000 (13:16 +0100)
commit52a0a14307a1aeb55120e00b9c5715ad315fa320
tree47812cf9357e95423131d90f2ac47d67c53e602c
parent3817fb10340d8abb0fc6bea606c8410bf0d56dd2
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>
drivers/iommu/Kconfig