diff options
author | Koen Kooi <koen@openembedded.org> | 2010-02-17 23:28:27 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-02-17 23:28:27 +0100 |
commit | 1e013ab8192bc79eeb51263ea7a5e5e701cef526 (patch) | |
tree | 1f081280cde926f2fff1548e5f3557d893ea1a38 /recipes/kexecboot/linux-kexecboot-2.6.32/c7x0/defconfig | |
parent | 319904008858aae0584c51f97136461e464a9aac (diff) | |
parent | 54c19451115cee7dbc2d7c7207090c7810c501a9 (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/kexecboot/linux-kexecboot-2.6.32/c7x0/defconfig')
-rw-r--r-- | recipes/kexecboot/linux-kexecboot-2.6.32/c7x0/defconfig | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/recipes/kexecboot/linux-kexecboot-2.6.32/c7x0/defconfig b/recipes/kexecboot/linux-kexecboot-2.6.32/c7x0/defconfig index 496213c6cb..d8804340df 100644 --- a/recipes/kexecboot/linux-kexecboot-2.6.32/c7x0/defconfig +++ b/recipes/kexecboot/linux-kexecboot-2.6.32/c7x0/defconfig @@ -33,6 +33,13 @@ CONFIG_BROKEN_ON_SMP=y CONFIG_INIT_ENV_ARG_LIMIT=32 CONFIG_LOCALVERSION="" # CONFIG_LOCALVERSION_AUTO is not set +CONFIG_HAVE_KERNEL_GZIP=y +CONFIG_HAVE_KERNEL_LZMA=y +CONFIG_HAVE_KERNEL_LZO=y +# CONFIG_KERNEL_GZIP is not set +# CONFIG_KERNEL_BZIP2 is not set +CONFIG_KERNEL_LZMA=y +# CONFIG_KERNEL_LZO is not set CONFIG_SWAP=y CONFIG_SYSVIPC=y CONFIG_SYSVIPC_SYSCTL=y @@ -62,10 +69,12 @@ CONFIG_INITRAMFS_ROOT_GID=0 CONFIG_RD_GZIP=y # CONFIG_RD_BZIP2 is not set CONFIG_RD_LZMA=y +# CONFIG_RD_LZO is not set # CONFIG_INITRAMFS_COMPRESSION_NONE is not set # CONFIG_INITRAMFS_COMPRESSION_GZIP is not set # CONFIG_INITRAMFS_COMPRESSION_BZIP2 is not set CONFIG_INITRAMFS_COMPRESSION_LZMA=y +# CONFIG_INITRAMFS_COMPRESSION_LZO is not set CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_SYSCTL=y CONFIG_ANON_INODES=y @@ -545,9 +554,9 @@ CONFIG_INPUT_KEYBOARD=y # CONFIG_KEYBOARD_ADP5588 is not set # CONFIG_KEYBOARD_ATKBD is not set # CONFIG_QT2160 is not set -CONFIG_KEYBOARD_CORGI=y +# CONFIG_KEYBOARD_CORGI is not set # CONFIG_KEYBOARD_LKKBD is not set -CONFIG_KEYBOARD_GPIO=y +# CONFIG_KEYBOARD_GPIO is not set CONFIG_KEYBOARD_MATRIX=y # CONFIG_KEYBOARD_LM8323 is not set # CONFIG_KEYBOARD_MAX7359 is not set |