Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1364862 > unrolled thread
| Started by | Richard Weinberger <richard@nod.at> |
|---|---|
| First post | 2016-03-25 23:50 +0100 |
| Last post | 2016-03-25 23:50 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 3/8] phy: Fix phy-omap-control dependencies Richard Weinberger <richard@nod.at> - 2016-03-25 23:50 +0100
| From | Richard Weinberger <richard@nod.at> |
|---|---|
| Date | 2016-03-25 23:50 +0100 |
| Subject | [PATCH 3/8] phy: Fix phy-omap-control dependencies |
| Message-ID | <rgIIi-6E-1@gated-at.bofh.it> |
Not all archs have io memory. Fixes the following build error: ERROR: "devm_ioremap_resource" [drivers/phy/phy-omap-control.ko] undefined! Cc: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Richard Weinberger <richard@nod.at> --- drivers/phy/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index 78d2981..7856e7d 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig @@ -127,6 +127,7 @@ config PHY_RCAR_GEN3_USB2 config OMAP_CONTROL_PHY tristate "OMAP CONTROL PHY Driver" + depends on HAS_IOMEM depends on ARCH_OMAP2PLUS || COMPILE_TEST help Enable this to add support for the PHY part present in the control -- 1.8.4.5
Back to top | Article view | linux.kernel
csiph-web