arm/iop32x: Build ext2/3 as modules.

svn path=/dists/trunk/linux-2.6/; revision=7342
This commit is contained in:
Martin Michlmayr 2006-09-05 15:33:31 +00:00
parent 54086a834a
commit de4422f1ec
2 changed files with 5 additions and 4 deletions

View File

@ -1747,18 +1747,18 @@ CONFIG_RTC_LIB=y
#
# File systems
#
CONFIG_EXT2_FS=y
CONFIG_EXT2_FS=m
CONFIG_EXT2_FS_XATTR=y
CONFIG_EXT2_FS_POSIX_ACL=y
CONFIG_EXT2_FS_SECURITY=y
# CONFIG_EXT2_FS_XIP is not set
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS=m
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
CONFIG_JBD=y
CONFIG_JBD=m
# CONFIG_JBD_DEBUG is not set
CONFIG_FS_MBCACHE=y
CONFIG_FS_MBCACHE=m
CONFIG_REISERFS_FS=m
# CONFIG_REISERFS_CHECK is not set
# CONFIG_REISERFS_PROC_INFO is not set

1
debian/changelog vendored
View File

@ -2,6 +2,7 @@ linux-2.6 (2.6.17+2.6.18-rc6-0experimental.2) UNRELEASED; urgency=low
[ Martin Michlmayr ]
* Bump build-dependency on kernel-package to 10.054.
* arm/iop32x: Build ext2/3 as modules.
-- Bastian Blank <waldi@debian.org> Tue, 5 Sep 2006 11:05:54 +0200