diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-07-03 06:32:24 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-07-03 11:51:20 -0400 |
commit | fa941dc98668e80c11c7d4faa1c5f5163556bdfe (patch) | |
tree | d9696b1592da27cf7c15df00bc98cc91d654f07b /arch/arm/configs/s3c2410_defconfig | |
parent | a373473a90122cf5ea5779d62d603fcb3201ab5b (diff) |
[ARM] S3C24XX: s3c2410_defconfig: update filesystem options
Enable new filesystem options, such as:
- JFFS2 summary nodes
- Ext2/3 externed options
- Standard CDROM filesystems
Also add NTFS as a module.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/configs/s3c2410_defconfig')
-rw-r--r-- | arch/arm/configs/s3c2410_defconfig | 31 |
1 files changed, 20 insertions, 11 deletions
diff --git a/arch/arm/configs/s3c2410_defconfig b/arch/arm/configs/s3c2410_defconfig index 16c814a91975..01262de03b12 100644 --- a/arch/arm/configs/s3c2410_defconfig +++ b/arch/arm/configs/s3c2410_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.26-rc8 | 3 | # Linux kernel version: 2.6.26-rc8 |
4 | # Wed Jun 25 13:02:59 2008 | 4 | # Wed Jun 25 13:05:51 2008 |
5 | # | 5 | # |
6 | CONFIG_ARM=y | 6 | CONFIG_ARM=y |
7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y | 7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y |
@@ -1162,18 +1162,20 @@ CONFIG_RTC_DRV_S3C=y | |||
1162 | # File systems | 1162 | # File systems |
1163 | # | 1163 | # |
1164 | CONFIG_EXT2_FS=y | 1164 | CONFIG_EXT2_FS=y |
1165 | # CONFIG_EXT2_FS_XATTR is not set | 1165 | CONFIG_EXT2_FS_XATTR=y |
1166 | CONFIG_EXT2_FS_POSIX_ACL=y | ||
1167 | CONFIG_EXT2_FS_SECURITY=y | ||
1166 | # CONFIG_EXT2_FS_XIP is not set | 1168 | # CONFIG_EXT2_FS_XIP is not set |
1167 | CONFIG_EXT3_FS=y | 1169 | CONFIG_EXT3_FS=y |
1168 | CONFIG_EXT3_FS_XATTR=y | 1170 | CONFIG_EXT3_FS_XATTR=y |
1169 | # CONFIG_EXT3_FS_POSIX_ACL is not set | 1171 | CONFIG_EXT3_FS_POSIX_ACL=y |
1170 | # CONFIG_EXT3_FS_SECURITY is not set | 1172 | # CONFIG_EXT3_FS_SECURITY is not set |
1171 | # CONFIG_EXT4DEV_FS is not set | 1173 | # CONFIG_EXT4DEV_FS is not set |
1172 | CONFIG_JBD=y | 1174 | CONFIG_JBD=y |
1173 | CONFIG_FS_MBCACHE=y | 1175 | CONFIG_FS_MBCACHE=y |
1174 | # CONFIG_REISERFS_FS is not set | 1176 | # CONFIG_REISERFS_FS is not set |
1175 | # CONFIG_JFS_FS is not set | 1177 | # CONFIG_JFS_FS is not set |
1176 | # CONFIG_FS_POSIX_ACL is not set | 1178 | CONFIG_FS_POSIX_ACL=y |
1177 | # CONFIG_XFS_FS is not set | 1179 | # CONFIG_XFS_FS is not set |
1178 | # CONFIG_OCFS2_FS is not set | 1180 | # CONFIG_OCFS2_FS is not set |
1179 | CONFIG_DNOTIFY=y | 1181 | CONFIG_DNOTIFY=y |
@@ -1183,12 +1185,16 @@ CONFIG_INOTIFY_USER=y | |||
1183 | # CONFIG_AUTOFS_FS is not set | 1185 | # CONFIG_AUTOFS_FS is not set |
1184 | # CONFIG_AUTOFS4_FS is not set | 1186 | # CONFIG_AUTOFS4_FS is not set |
1185 | # CONFIG_FUSE_FS is not set | 1187 | # CONFIG_FUSE_FS is not set |
1188 | CONFIG_GENERIC_ACL=y | ||
1186 | 1189 | ||
1187 | # | 1190 | # |
1188 | # CD-ROM/DVD Filesystems | 1191 | # CD-ROM/DVD Filesystems |
1189 | # | 1192 | # |
1190 | # CONFIG_ISO9660_FS is not set | 1193 | CONFIG_ISO9660_FS=y |
1191 | # CONFIG_UDF_FS is not set | 1194 | CONFIG_JOLIET=y |
1195 | # CONFIG_ZISOFS is not set | ||
1196 | CONFIG_UDF_FS=m | ||
1197 | CONFIG_UDF_NLS=y | ||
1192 | 1198 | ||
1193 | # | 1199 | # |
1194 | # DOS/FAT/NT Filesystems | 1200 | # DOS/FAT/NT Filesystems |
@@ -1198,7 +1204,9 @@ CONFIG_MSDOS_FS=y | |||
1198 | CONFIG_VFAT_FS=y | 1204 | CONFIG_VFAT_FS=y |
1199 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | 1205 | CONFIG_FAT_DEFAULT_CODEPAGE=437 |
1200 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | 1206 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" |
1201 | # CONFIG_NTFS_FS is not set | 1207 | CONFIG_NTFS_FS=m |
1208 | # CONFIG_NTFS_DEBUG is not set | ||
1209 | # CONFIG_NTFS_RW is not set | ||
1202 | 1210 | ||
1203 | # | 1211 | # |
1204 | # Pseudo filesystems | 1212 | # Pseudo filesystems |
@@ -1206,9 +1214,10 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | |||
1206 | CONFIG_PROC_FS=y | 1214 | CONFIG_PROC_FS=y |
1207 | CONFIG_PROC_SYSCTL=y | 1215 | CONFIG_PROC_SYSCTL=y |
1208 | CONFIG_SYSFS=y | 1216 | CONFIG_SYSFS=y |
1209 | # CONFIG_TMPFS is not set | 1217 | CONFIG_TMPFS=y |
1218 | CONFIG_TMPFS_POSIX_ACL=y | ||
1210 | # CONFIG_HUGETLB_PAGE is not set | 1219 | # CONFIG_HUGETLB_PAGE is not set |
1211 | # CONFIG_CONFIGFS_FS is not set | 1220 | CONFIG_CONFIGFS_FS=m |
1212 | 1221 | ||
1213 | # | 1222 | # |
1214 | # Miscellaneous filesystems | 1223 | # Miscellaneous filesystems |
@@ -1224,7 +1233,7 @@ CONFIG_JFFS2_FS=y | |||
1224 | CONFIG_JFFS2_FS_DEBUG=0 | 1233 | CONFIG_JFFS2_FS_DEBUG=0 |
1225 | CONFIG_JFFS2_FS_WRITEBUFFER=y | 1234 | CONFIG_JFFS2_FS_WRITEBUFFER=y |
1226 | # CONFIG_JFFS2_FS_WBUF_VERIFY is not set | 1235 | # CONFIG_JFFS2_FS_WBUF_VERIFY is not set |
1227 | # CONFIG_JFFS2_SUMMARY is not set | 1236 | CONFIG_JFFS2_SUMMARY=y |
1228 | # CONFIG_JFFS2_FS_XATTR is not set | 1237 | # CONFIG_JFFS2_FS_XATTR is not set |
1229 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | 1238 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set |
1230 | CONFIG_JFFS2_ZLIB=y | 1239 | CONFIG_JFFS2_ZLIB=y |
@@ -1458,7 +1467,7 @@ CONFIG_BITREVERSE=y | |||
1458 | # CONFIG_GENERIC_FIND_NEXT_BIT is not set | 1467 | # CONFIG_GENERIC_FIND_NEXT_BIT is not set |
1459 | # CONFIG_CRC_CCITT is not set | 1468 | # CONFIG_CRC_CCITT is not set |
1460 | # CONFIG_CRC16 is not set | 1469 | # CONFIG_CRC16 is not set |
1461 | # CONFIG_CRC_ITU_T is not set | 1470 | CONFIG_CRC_ITU_T=m |
1462 | CONFIG_CRC32=y | 1471 | CONFIG_CRC32=y |
1463 | # CONFIG_CRC7 is not set | 1472 | # CONFIG_CRC7 is not set |
1464 | # CONFIG_LIBCRC32C is not set | 1473 | # CONFIG_LIBCRC32C is not set |