diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2010-06-26 00:04:41 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2010-06-26 00:09:35 +0200 |
commit | a0da7cf379b4eacbd4523c061b29f9256cba7eeb (patch) | |
tree | b6d4eed831ab9e09ec0f01fad759145b4837e96a /recipes/linux/linux-2.6.34/spitz | |
parent | 1d73e46947048d9bea1731a40c5cd80027100922 (diff) |
linux_2.6.34: update c7x0, akita and spitz defconfigs.
* add support for initrd/initramfs.
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'recipes/linux/linux-2.6.34/spitz')
-rw-r--r-- | recipes/linux/linux-2.6.34/spitz/defconfig | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/recipes/linux/linux-2.6.34/spitz/defconfig b/recipes/linux/linux-2.6.34/spitz/defconfig index 5d12cd2d0b..1bb8744af8 100644 --- a/recipes/linux/linux-2.6.34/spitz/defconfig +++ b/recipes/linux/linux-2.6.34/spitz/defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.34 -# Wed Jun 9 00:12:18 2010 +# Fri Jun 25 23:43:18 2010 # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -68,7 +68,12 @@ CONFIG_LOG_BUF_SHIFT=14 # CONFIG_SYSFS_DEPRECATED_V2 is not set # CONFIG_RELAY is not set # CONFIG_NAMESPACES is not set -# CONFIG_BLK_DEV_INITRD is not set +CONFIG_BLK_DEV_INITRD=y +CONFIG_INITRAMFS_SOURCE="" +CONFIG_RD_GZIP=y +CONFIG_RD_BZIP2=y +CONFIG_RD_LZMA=y +CONFIG_RD_LZO=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_SYSCTL=y CONFIG_ANON_INODES=y @@ -2235,6 +2240,10 @@ CONFIG_ZLIB_INFLATE=y CONFIG_ZLIB_DEFLATE=y CONFIG_LZO_COMPRESS=y CONFIG_LZO_DECOMPRESS=y +CONFIG_DECOMPRESS_GZIP=y +CONFIG_DECOMPRESS_BZIP2=y +CONFIG_DECOMPRESS_LZMA=y +CONFIG_DECOMPRESS_LZO=y CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT=y CONFIG_HAS_DMA=y |