phy: add 'depends on HAS_IOMEM' to fix unmet dependency
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 6 Mar 2018 11:18:49 +0000 (20:18 +0900)
committerKishon Vijay Abraham I <kishon@ti.com>
Fri, 16 Mar 2018 08:10:45 +0000 (13:40 +0530)
commitbb0e500bedb8aaab986878aa90b99582d201576c
tree14f862b78badb244aca075400f5998aa1212ce04
parent115de9fd682ccdc6b7c3142287339dbada7a7807
phy: add 'depends on HAS_IOMEM' to fix unmet dependency

These configs select MFD_SYSCON, but do not depend on HAS_IOMEM.

Compile testing on architecture without HAS_IOMEM causes "unmet
direct dependencies" in Kconfig phase.

Detected by "make ARCH=score allyesconfig".

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/hisilicon/Kconfig
drivers/phy/ralink/Kconfig
drivers/phy/rockchip/Kconfig