diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-12-27 21:27:35 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-12-27 21:27:35 +0000 |
commit | 2118494c862cc7442fda5249394b924575a6f7ca (patch) | |
tree | f91e12110674e52af90c2be1d4f91f5a7fe75221 /packages/linux/linux-rp-2.6.23/defconfig-bootcdx86 | |
parent | 9818cb466e37b29cb87a54fe2daa70f7ec92b90a (diff) |
linux-rp-2.6.23: Add atags export patch for kexec use. Fix spitz suspend key issue. Sync kernel mirror uri tweak from poky.
Diffstat (limited to 'packages/linux/linux-rp-2.6.23/defconfig-bootcdx86')
-rw-r--r-- | packages/linux/linux-rp-2.6.23/defconfig-bootcdx86 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux-rp-2.6.23/defconfig-bootcdx86 b/packages/linux/linux-rp-2.6.23/defconfig-bootcdx86 index 833f72ac9e..22923a1e85 100644 --- a/packages/linux/linux-rp-2.6.23/defconfig-bootcdx86 +++ b/packages/linux/linux-rp-2.6.23/defconfig-bootcdx86 @@ -217,7 +217,8 @@ CONFIG_HZ_250=y # CONFIG_HZ_300 is not set # CONFIG_HZ_1000 is not set CONFIG_HZ=250 -# CONFIG_KEXEC is not set +CONFIG_KEXEC=y +CONFIG_ATAGS_PROC=y CONFIG_PHYSICAL_START=0x100000 # CONFIG_RELOCATABLE is not set CONFIG_PHYSICAL_ALIGN=0x100000 |