diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-12-25 20:44:36 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-12-25 20:44:36 +0000 |
commit | fd50f8e97bd0564ae8d43487965810b96df9f68e (patch) | |
tree | 7c002c5ab6fdef7ccd6d6b6171268d768fd765cf /packages/linux/linux-handhelds-2.6-2.6.21/rx3000 | |
parent | 452790ffee59700feabefd541ab208c1074434f7 (diff) |
linux-handhelds-2.6 2.6.21: Enable ext3 (modular).
Diffstat (limited to 'packages/linux/linux-handhelds-2.6-2.6.21/rx3000')
-rw-r--r-- | packages/linux/linux-handhelds-2.6-2.6.21/rx3000/defconfig | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/packages/linux/linux-handhelds-2.6-2.6.21/rx3000/defconfig b/packages/linux/linux-handhelds-2.6-2.6.21/rx3000/defconfig index 80919d6721..c6184def89 100644 --- a/packages/linux/linux-handhelds-2.6-2.6.21/rx3000/defconfig +++ b/packages/linux/linux-handhelds-2.6-2.6.21/rx3000/defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.21-hh20 -# Tue Dec 25 16:03:07 2007 +# Tue Dec 25 22:42:31 2007 # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -1185,8 +1185,14 @@ CONFIG_RTC_DRV_S3C=y CONFIG_EXT2_FS=y # CONFIG_EXT2_FS_XATTR is not set # CONFIG_EXT2_FS_XIP is not set -# CONFIG_EXT3_FS is not set +CONFIG_EXT3_FS=m +CONFIG_EXT3_FS_XATTR=y +# CONFIG_EXT3_FS_POSIX_ACL is not set +# CONFIG_EXT3_FS_SECURITY is not set # CONFIG_EXT4DEV_FS is not set +CONFIG_JBD=m +# CONFIG_JBD_DEBUG is not set +CONFIG_FS_MBCACHE=y # CONFIG_REISERFS_FS is not set # CONFIG_JFS_FS is not set # CONFIG_FS_POSIX_ACL is not set |