diff options
author | Steffen Sledz <sledz@dresearch.de> | 2009-08-24 10:13:14 +0200 |
---|---|---|
committer | Steffen Sledz <sledz@dresearch.de> | 2009-08-24 10:13:14 +0200 |
commit | a701cc1e0a60097561dd2be7784f5dd8e6295a5a (patch) | |
tree | 057981f93c5e6bb70ef05a40b018995399b85765 /recipes/linux/linux-2.6.24 | |
parent | fec8c1fb53956b88b1ee105d22ce509803786b5f (diff) |
linux-2.6.24: enable initrd support for hipox machine
Diffstat (limited to 'recipes/linux/linux-2.6.24')
-rw-r--r-- | recipes/linux/linux-2.6.24/hipox/defconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/linux/linux-2.6.24/hipox/defconfig b/recipes/linux/linux-2.6.24/hipox/defconfig index 62c6d16f6b..a1482fbf4b 100644 --- a/recipes/linux/linux-2.6.24/hipox/defconfig +++ b/recipes/linux/linux-2.6.24/hipox/defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.24.4 -# Wed Jul 29 12:54:46 2009 +# Mon Aug 24 09:09:25 2009 # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -48,7 +48,8 @@ CONFIG_LOG_BUF_SHIFT=14 # CONFIG_FAIR_GROUP_SCHED is not set CONFIG_SYSFS_DEPRECATED=y # CONFIG_RELAY is not set -# CONFIG_BLK_DEV_INITRD is not set +CONFIG_BLK_DEV_INITRD=y +CONFIG_INITRAMFS_SOURCE="" # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set CONFIG_SYSCTL=y # CONFIG_EMBEDDED is not set |