diff --git a/debian/changelog b/debian/changelog index 2c2627c94..989dc7f41 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 08 Jun 2013 15:25:11 +0100 diff --git a/debian/config/config b/debian/config/config index 7726a4ba9..3291e11bd 100644 --- a/debian/config/config +++ b/debian/config/config @@ -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 ##