]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] PATCH 2.5: kconfig missing EXPERIMENTAL (8_14)
authorGreg Banks <gnb@alphalink.com.au>
Thu, 20 Jun 2002 06:45:49 +0000 (23:45 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Thu, 20 Jun 2002 06:45:49 +0000 (23:45 -0700)
Symbol CONFIG_JFFS2_FS_NAND depends on CONFIG_EXPERIMENTAL but does
not say so in its banner.

fs/Config.in

index 61d2ae1983afb62d4d641e76948e77c3f44aa68c..dd36ea438dde5544e67ee07413f10dd5ea2ee02a 100644 (file)
@@ -50,7 +50,7 @@ fi
 dep_tristate 'Journalling Flash File System v2 (JFFS2) support' CONFIG_JFFS2_FS $CONFIG_MTD
 if [ "$CONFIG_JFFS2_FS" = "y" -o "$CONFIG_JFFS2_FS" = "m" ] ; then
    int '  JFFS2 debugging verbosity (0 = quiet, 2 = noisy)' CONFIG_JFFS2_FS_DEBUG 0
-   dep_bool '  JFFS2 support for NAND flash' CONFIG_JFFS2_FS_NAND $CONFIG_EXPERIMENTAL
+   dep_bool '  JFFS2 support for NAND flash (EXPERIMENTAL)' CONFIG_JFFS2_FS_NAND $CONFIG_EXPERIMENTAL
 fi
 tristate 'Compressed ROM file system support' CONFIG_CRAMFS
 bool 'Virtual memory file system support (former shm fs)' CONFIG_TMPFS