Quoting David Gow (2020-06-29 21:45:17) > The Xilinx Clocking Wizard driver uses the devm_ioremap_resource > function, but does not specify a dependency on IOMEM in Kconfig. This > causes a build failure on architectures without IOMEM, for example, UML > (notably with make allyesconfig). > > Fix this by making CONFIG_COMMON_CLK_XLNX_CLKWZRD depend on CONFIG_IOMEM. > > Signed-off-by: David Gow <davidgow@xxxxxxxxxx> > --- This driver is in the process of being destaged to drivers/clk/ Greg, should I pick this one up? > drivers/staging/clocking-wizard/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel