Re: [PATCH 1/2] spi: uniphier: Depend on HAS_IOMEM

2020-05-11 Thread Mark Brown
On Mon, 11 May 2020 17:25:29 +0900, Kunihiko Hayashi wrote: > The driver uses devm_ioremap_resource() which is only available when > CONFIG_HAS_IOMEM is set, so the driver depends on this option. Applied to local tree spi/for-5.7 Thanks! [1/2] spi: uniphier: Depend on HAS_IOMEM (no com

Re: [PATCH 1/2] spi: uniphier: Depend on HAS_IOMEM

2020-05-11 Thread Mark Brown
On Mon, 11 May 2020 17:25:29 +0900, Kunihiko Hayashi wrote: > The driver uses devm_ioremap_resource() which is only available when > CONFIG_HAS_IOMEM is set, so the driver depends on this option. Applied to local tree asoc/for-5.7 Thanks! [1/2] spi: uniphier: Depend on HAS_IOMEM (no co

[PATCH 1/2] spi: uniphier: Depend on HAS_IOMEM

2020-05-11 Thread Kunihiko Hayashi
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 --- drivers/spi/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 17e7e4a.