phy: uniphier-pcie: Depend on HAS_IOMEM
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Mon, 15 Oct 2018 01:31:30 +0000 (10:31 +0900)
committerKishon Vijay Abraham I <kishon@ti.com>
Mon, 12 Nov 2018 10:49:06 +0000 (16:19 +0530)
commitf5fde094a7425ac062f22a94e8a711efa5074946
treed213c85947876e3ee574b18d3018497b639f2ae9
parent651022382c7f8da46cb4872a545ee1da6d097d2a
phy: uniphier-pcie: Depend on HAS_IOMEM

The driver uses devm_ioremap_resource() which is only available when
CONFIG_HAS_IOMEM is set, so the driver depends on this option.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/socionext/Kconfig