2009-02-08 19:33:57 +00:00
|
|
|
--- a/fs/Kconfig
|
|
|
|
+++ b/fs/Kconfig
|
2008-05-18 20:23:20 +00:00
|
|
|
@@ -419,6 +419,7 @@ config FS_POSIX_ACL
|
2007-06-08 12:36:58 +00:00
|
|
|
|
|
|
|
source "fs/xfs/Kconfig"
|
|
|
|
source "fs/gfs2/Kconfig"
|
|
|
|
+source "fs/yaffs2/Kconfig"
|
|
|
|
|
|
|
|
config OCFS2_FS
|
|
|
|
tristate "OCFS2 file system support"
|
2009-02-08 19:33:57 +00:00
|
|
|
--- a/fs/Makefile
|
|
|
|
+++ b/fs/Makefile
|
2008-05-18 20:23:20 +00:00
|
|
|
@@ -116,3 +116,4 @@ obj-$(CONFIG_HPPFS) += hppfs/
|
2007-06-08 12:36:58 +00:00
|
|
|
obj-$(CONFIG_DEBUG_FS) += debugfs/
|
|
|
|
obj-$(CONFIG_OCFS2_FS) += ocfs2/
|
|
|
|
obj-$(CONFIG_GFS2_FS) += gfs2/
|
|
|
|
+obj-$(CONFIG_YAFFS_FS) += yaffs2/
|