fs: Enable F2FS_FS as module (Closes: #711342)

svn path=/dists/sid/linux/; revision=20225
This commit is contained in:
Ben Hutchings 2013-06-10 00:04:22 +00:00
parent 64aaa7d119
commit 7f0ae8117b
2 changed files with 9 additions and 0 deletions

1
debian/changelog vendored
View File

@ -57,6 +57,7 @@ linux (3.9.5-1) UNRELEASED; urgency=low
- [i386] udeb: Move i2c-algo-bit to i2c-modules and make fb-modules
depend on it
- viafb: Autoload on OLPC XO 1.5 only
* fs: Enable F2FS_FS as module (Closes: #711342)
-- Ben Hutchings <ben@decadent.org.uk> Sat, 08 Jun 2013 15:25:11 +0100

View File

@ -3693,6 +3693,14 @@ CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
# CONFIG_EXT4_DEBUG is not set
##
## file: fs/f2fs/Kconfig
##
CONFIG_F2FS_FS=m
CONFIG_F2FS_STAT_FS=y
CONFIG_F2FS_FS_XATTR=y
CONFIG_F2FS_FS_POSIX_ACL=y
##
## file: fs/fat/Kconfig
##