[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200708090101.27226.arnd@arndb.de>
Date: Thu, 9 Aug 2007 01:01:26 +0200
From: Arnd Bergmann <arnd@...db.de>
To: Jörn Engel <joern@...fs.org>
Cc: linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-mtd@...ts.infradead.org, akpm@...l.org,
David Woodhouse <dwmw2@...radead.org>,
Thomas Gleixner <tglx@...utronix.de>
Subject: Re: [Patch 16/18] fs/Kconfig
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?
Arnd <><
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists