Because mtk-mmsys uses the 'devm_platform_ioremap_resource' function, it
should depend on HAS_IOMEM.

Fixes: cc6576029aed ("soc: mediatek: mmsys: Use 
devm_platform_ioremap_resource()")
Reported-by: kernel test robot <l...@intel.com>
Signed-off-by: Enric Balletbo i Serra <enric.balle...@collabora.com>
---

 drivers/soc/mediatek/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/soc/mediatek/Kconfig b/drivers/soc/mediatek/Kconfig
index 67cef12dc585..90ba6134e861 100644
--- a/drivers/soc/mediatek/Kconfig
+++ b/drivers/soc/mediatek/Kconfig
@@ -59,6 +59,7 @@ config MTK_SCPSYS_PM_DOMAINS
 config MTK_MMSYS
        bool "MediaTek MMSYS Support"
        default ARCH_MEDIATEK
+       depends on HAS_IOMEM
        help
          Say yes here to add support for the MediaTek Multimedia
          Subsystem (MMSYS).
-- 
2.29.2

Reply via email to