[uml-devel] [PATCH] allow use of mtd and jffs2 on uml

2007-12-31 Thread Jason Lunz
Allow parts of drivers/mtd to compile on uml by pushing the HAS_IOMEM dependencies down closer to the parts of mtd that actually need it. This allows enough of mtd to build to let jffs2 be used on uml. Signed-off-by: Jason Lunz <[EMAIL PROTECTED]> --- arch/um/Kconfig |4 +--- d

Re: [uml-devel] [PATCH] allow use of mtd and jffs2 on uml

2007-12-28 Thread Sam Ravnborg
On Thu, Dec 27, 2007 at 01:15:25PM -0500, Jason Lunz wrote: > > Allow parts of drivers/mtd to compile on uml by pushing the HAS_IOMEM > dependencies down closer to the parts of mtd that actually need it. This > allows enough of mtd to build to let jffs2 be used on uml. > > Signed-off-by: Jason Lu