[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1389714345-20165-4-git-send-email-richard@nod.at>
Date: Tue, 14 Jan 2014 16:45:42 +0100
From: Richard Weinberger <richard@....at>
To: kishon@...com, anton@...msg.org, dwmw2@...radead.org,
richardcochran@...il.com, lidza.louina@...il.com,
gregkh@...uxfoundation.org, jic23@...nel.org, davem@...emloft.net
Cc: sebastian.hesselbarth@...il.com, florian@...nwrt.org,
thomas.petazzoni@...e-electrons.com, lars@...afoo.de,
marex@...x.de, acourbot@...dia.com, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org,
driverdev-devel@...uxdriverproject.org, devel@...verdev.osuosl.org,
linux-iio@...r.kernel.org, Richard Weinberger <richard@....at>
Subject: [PATCH 4/7] phy,exynos: Add dependency on HAS_IOMEM
On archs like S390 or um this driver cannot build nor work.
Make it depend on HAS_IOMEM to bypass build failures.
drivers/built-in.o: In function `exynos_mipi_video_phy_probe':
drivers/phy/phy-exynos-mipi-video.c:130: undefined reference to `devm_ioremap_resource'
Signed-off-by: Richard Weinberger <richard@....at>
---
drivers/phy/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
index 330ef2d..a8b17ce 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -16,6 +16,7 @@ config GENERIC_PHY
framework should select this config.
config PHY_EXYNOS_MIPI_VIDEO
+ depends on HAS_IOMEM
tristate "S5P/EXYNOS SoC series MIPI CSI-2/DSI PHY driver"
help
Support for MIPI CSI-2 and MIPI DSI DPHY found on Samsung S5P
--
1.8.1.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists