Commit c6254c88 authored by Andrew Morton's avatar Andrew Morton Committed by Anton Blanchard

[PATCH] JFFS_PROC_FS must depend on JFFS_FS

From: Adrian Bunk <bunk@fs.tum.de>

Compilation fails if JFFS_PROC_FS and !PROC.  The following dependency in
the Kconfig file is needed.
parent 11781343
...@@ -1043,7 +1043,7 @@ config JFFS_FS_VERBOSE ...@@ -1043,7 +1043,7 @@ config JFFS_FS_VERBOSE
config JFFS_PROC_FS config JFFS_PROC_FS
bool "JFFS stats available in /proc filesystem" bool "JFFS stats available in /proc filesystem"
depends on JFFS_FS depends on JFFS_FS && PROC
help help
Enabling this option will cause statistics from mounted JFFS file systems Enabling this option will cause statistics from mounted JFFS file systems
to be made available to the user in the /proc/fs/jffs/ directory. to be made available to the user in the /proc/fs/jffs/ directory.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment