]> git.baikalelectronics.ru Git - kernel.git/commit
spi: uniphier: Depend on HAS_IOMEM
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Mon, 11 May 2020 08:25:29 +0000 (17:25 +0900)
committerMark Brown <broonie@kernel.org>
Mon, 11 May 2020 17:17:51 +0000 (18:17 +0100)
commit11bc40b473d09e33925b678df9689bf65269fbe8
treedc388f80cddd58810215f04353e3f8160c6fb598
parent81ee0aa29a43a3033eb3705e7d61287741adb13a
spi: uniphier: 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>
Link: https://lore.kernel.org/r/1589185530-28170-1-git-send-email-hayashi.kunihiko@socionext.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/Kconfig