lkml.org 
[lkml]   [2007]   [Aug]   [8]   [last100]   RSS Feed
Views: [more markup]   [less markup]   [headers]   [forward]  
 
Messages in this thread
/
FromArnd Bergmann <>
SubjectRe: [Patch 16/18] fs/Kconfig
DateThu, 9 Aug 2007 01:01:26 +0200
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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2007-08-08 23:03    [W:1.319 / U:0.480 seconds]
©2003-2008 Jasper Spaans