On Thu, Sep 27, 2007 at 09:18:53PM -0700, atom ota wrote:
> I need to do some experiments with JFFS2 on a recent Linux kernel (2.6.22.6)
> and was hoping to use UML, with block2mtd or nandsim as my MTD, but either
> MTD configuration and consequently JFFS2 configuration isn't available in
> "make A
Thanks for your reply, Jeff.
It turns out there are a couple things stopping MTD, and subsequently JFFS2,
from being enabled in UML, and when I tweak things to enable MTD, sure
enough the build fails.
First, arch/um/Kconfig has
if BROKEN
source "drivers/mtd/Kconfig"
endif
so I need BROK