aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-03-26 07:25:52 -0500
committerMark Fasheh <mark.fasheh@oracle.com>2006-04-10 14:17:21 -0400
commit65714b918415e06c92426f6544b2296dae694590 (patch)
treea68b1ae614247c75dc5caba695cc4d14b37d799e /fs/Kconfig
parentcbca692c246874a3cc1b5a9b694add4c39e8bc18 (diff)
[PATCH] CONFIGFS_FS must depend on SYSFS
This patch fixes the a compile error with CONFIG_SYSFS=n Configfs is creating, as a matter of policy, the /sys/kernel/config mountpoint. This means it requires CONFIG_SYSFS. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Joel Becker <joel.becker@oracle.com> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index e207be68d4ca..97f317413122 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -861,7 +861,7 @@ config RAMFS
861 861
862config CONFIGFS_FS 862config CONFIGFS_FS
863 tristate "Userspace-driven configuration filesystem (EXPERIMENTAL)" 863 tristate "Userspace-driven configuration filesystem (EXPERIMENTAL)"
864 depends on EXPERIMENTAL 864 depends on SYSFS && EXPERIMENTAL
865 help 865 help
866 configfs is a ram-based filesystem that provides the converse 866 configfs is a ram-based filesystem that provides the converse
867 of sysfs's functionality. Where sysfs is a filesystem-based 867 of sysfs's functionality. Where sysfs is a filesystem-based