diff options
author | Richard Purdie <richard@openedhand.com> | 2007-12-27 20:35:05 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-12-27 20:35:05 +0000 |
commit | a4ad228d968bfcc04b29b582ae6904003e453370 (patch) | |
tree | 4b324698c63d5fb4a042adae00dbb83738b629f9 /meta/packages/linux/linux-rp-2.6.23/defconfig-qemux86 | |
parent | a5b44fe6a5f3b3b083a7bd3db8054664f6cf2bdd (diff) | |
download | openembedded-core-a4ad228d968bfcc04b29b582ae6904003e453370.tar.gz openembedded-core-a4ad228d968bfcc04b29b582ae6904003e453370.tar.bz2 openembedded-core-a4ad228d968bfcc04b29b582ae6904003e453370.zip |
linux-rp-2.6.23: Add atags export patch for kexec, fix spitz suspend key problems
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3384 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/linux/linux-rp-2.6.23/defconfig-qemux86')
-rw-r--r-- | meta/packages/linux/linux-rp-2.6.23/defconfig-qemux86 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/linux/linux-rp-2.6.23/defconfig-qemux86 b/meta/packages/linux/linux-rp-2.6.23/defconfig-qemux86 index e9eb83e2dd..e4a50304d2 100644 --- a/meta/packages/linux/linux-rp-2.6.23/defconfig-qemux86 +++ b/meta/packages/linux/linux-rp-2.6.23/defconfig-qemux86 @@ -177,7 +177,8 @@ CONFIG_SECCOMP=y CONFIG_HZ_250=y # 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_HOTPLUG_CPU is not set |