summaryrefslogtreecommitdiffstats
path: root/drivers/phy/hisilicon
diff options
context:
space:
mode:
authorMasahiro Yamada2018-03-06 12:18:49 +0100
committerKishon Vijay Abraham I2018-03-16 09:10:45 +0100
commitbb0e500bedb8aaab986878aa90b99582d201576c (patch)
tree14f862b78badb244aca075400f5998aa1212ce04 /drivers/phy/hisilicon
parentphy: amlogic: add USB3 PHY support for Meson GXL and GXM (diff)
downloadkernel-qcow2-linux-bb0e500bedb8aaab986878aa90b99582d201576c.tar.gz
kernel-qcow2-linux-bb0e500bedb8aaab986878aa90b99582d201576c.tar.xz
kernel-qcow2-linux-bb0e500bedb8aaab986878aa90b99582d201576c.zip
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>
Diffstat (limited to 'drivers/phy/hisilicon')
-rw-r--r--drivers/phy/hisilicon/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/hisilicon/Kconfig b/drivers/phy/hisilicon/Kconfig
index d9afe2b12827..5458e6c9b230 100644
--- a/drivers/phy/hisilicon/Kconfig
+++ b/drivers/phy/hisilicon/Kconfig
@@ -4,6 +4,7 @@
config PHY_HI6220_USB
tristate "hi6220 USB PHY support"
depends on (ARCH_HISI && ARM64) || COMPILE_TEST
+ depends on HAS_IOMEM
select GENERIC_PHY
select MFD_SYSCON
help