From: Adrian Bunk Compilation fails if JFFS_PROC_FS and !PROC. The following dependency in the Kconfig file is needed. fs/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN fs/Kconfig~procfs-jffs-fix fs/Kconfig --- 25/fs/Kconfig~procfs-jffs-fix 2003-06-07 13:05:11.000000000 -0700 +++ 25-akpm/fs/Kconfig 2003-06-07 13:05:11.000000000 -0700 @@ -1043,7 +1043,7 @@ config JFFS_FS_VERBOSE config JFFS_PROC_FS bool "JFFS stats available in /proc filesystem" - depends on JFFS_FS + depends on JFFS_FS && PROC help Enabling this option will cause statistics from mounted JFFS file systems to be made available to the user in the /proc/fs/jffs/ directory. _