If you select some variable, you have to ensure that the dependencies of 
the select'ed variable are fulfilled.

OCFS2_FS=y, NET=n, INET=y is not a legal combination (resulting in link 
errors).

Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>

--- linux-2.6.13-rc3-mm1-full/fs/Kconfig.old    2005-07-17 21:35:15.000000000 
+0200
+++ linux-2.6.13-rc3-mm1-full/fs/Kconfig        2005-07-17 21:35:54.000000000 
+0200
@@ -327,11 +327,11 @@
 
 source "fs/xfs/Kconfig"
 
 config OCFS2_FS
        tristate "OCFS2 file system support (EXPERIMENTAL)"
-       depends on EXPERIMENTAL && (X86 || IA64 || X86_64 || BROKEN)
+       depends on NET && EXPERIMENTAL && (X86 || IA64 || X86_64 || BROKEN)
        select CONFIGFS_FS
        select JBD
        select CRC32
        select INET
        help


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to