commit | f5fde094a7425ac062f22a94e8a711efa5074946 | [log] [tgz] |
---|---|---|
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | Mon Oct 15 10:31:30 2018 +0900 |
committer | Kishon Vijay Abraham I <kishon@ti.com> | Mon Nov 12 16:19:06 2018 +0530 |
tree | d213c85947876e3ee574b18d3018497b639f2ae9 | |
parent | 651022382c7f8da46cb4872a545ee1da6d097d2a [diff] |
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>