aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2007-02-13 11:48:59 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-02-14 10:04:32 -0500
commit5ac602b2eac4ee58e2497f44c39a5dd8385d2c87 (patch)
tree1d3879cb584598020eda6ae4146cd3172561cf60
parent961314d37ea441673d12e0a57b2dab2eeac520a5 (diff)
[ARM] 4188/1: S3C24XX: add CRAMFS to s3c2410_defconfig
Add cramfs support in by default, as a lot of our initrds are cramfs images. Signed-off-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-rw-r--r--arch/arm/configs/s3c2410_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/configs/s3c2410_defconfig b/arch/arm/configs/s3c2410_defconfig
index e8f9375764d6..7c8025bc278a 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.20 3# Linux kernel version: 2.6.20
4# Mon Feb 12 13:32:08 2007 4# Tue Feb 13 16:43:14 2007
5# 5#
6CONFIG_ARM=y 6CONFIG_ARM=y
7# CONFIG_GENERIC_TIME is not set 7# CONFIG_GENERIC_TIME is not set
@@ -1220,7 +1220,7 @@ CONFIG_JFFS2_FS_WRITEBUFFER=y
1220CONFIG_JFFS2_ZLIB=y 1220CONFIG_JFFS2_ZLIB=y
1221CONFIG_JFFS2_RTIME=y 1221CONFIG_JFFS2_RTIME=y
1222# CONFIG_JFFS2_RUBIN is not set 1222# CONFIG_JFFS2_RUBIN is not set
1223# CONFIG_CRAMFS is not set 1223CONFIG_CRAMFS=y
1224# CONFIG_VXFS_FS is not set 1224# CONFIG_VXFS_FS is not set
1225# CONFIG_HPFS_FS is not set 1225# CONFIG_HPFS_FS is not set
1226# CONFIG_QNX4FS_FS is not set 1226# CONFIG_QNX4FS_FS is not set