[Patch 16/18] fs/Kconfig
Jörn Engel
joern at logfs.org
Thu Aug 9 16:03:42 EDT 2007
On Thu, 9 August 2007 01:01:26 +0200, Arnd Bergmann wrote:
> On Wednesday 08 August 2007, Jörn Engel wrote:
> > +config LOGFS
> > + bool "Log Filesystem (EXPERIMENTAL)"
> > + depends on MTD && BLOCK && EXPERIMENTAL
>
> The dependency on MTD _and_ BLOCK looks correct for your code, but
> not necessary. How about making it
>
> depends on (MTD || BLOCK) && EXPERIMENTAL
>
> and allowing to build without the mtd/bdev specific code?
Would be useful, yes.
Jörn
--
Data expands to fill the space available for storage.
-- Parkinson's Law
More information about the linux-mtd
mailing list