aboutsummaryrefslogtreecommitdiffstats
path: root/meta-emenlow/packages
diff options
context:
space:
mode:
authorJeff Dike <jdike@x86_64.user-mode-linux.org>2010-07-27 17:43:14 -0400
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-27 22:51:34 -0700
commit9d4a4295db68c0045725ae2904cd7816e7a7f640 (patch)
treed39a6ee787428f322abe3b2cd73608bd44ce37e5 /meta-emenlow/packages
parent637ad7ef8c3e0bbfcff1df6b0039446d2b251cf8 (diff)
downloadopenembedded-core-9d4a4295db68c0045725ae2904cd7816e7a7f640.tar.gz
emenlow: linux - add enough config options to boot a live image
USB_STORAGE is needed to see a USB key in the first place. BLK_DEV_INITRD and RD_GIP are needed to read the initrd in the image. BLK_DEV_RAM and BLK_DEV_LOOP enable the ramdisk and loop devices used during boot. NLS_CODEPAGE_437 and NLS_ISO8859_1 are needed by vfat in order to mount the filesystem on the key. Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Diffstat (limited to 'meta-emenlow/packages')
-rw-r--r--meta-emenlow/packages/linux/linux-2.6.33.2/defconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-emenlow/packages/linux/linux-2.6.33.2/defconfig b/meta-emenlow/packages/linux/linux-2.6.33.2/defconfig
index 7aa76d9177..946f6c8bb2 100644
--- a/meta-emenlow/packages/linux/linux-2.6.33.2/defconfig
+++ b/meta-emenlow/packages/linux/linux-2.6.33.2/defconfig
@@ -53,3 +53,12 @@ CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
CONFIG_FB_CFB_FILLRECT=y
CONFIG_VIDEO_FB_IVTV=y
+
+# Needed for booting (and using) USB memory sticks
+CONFIG_USB_STORAGE=y
+CONFIG_BLK_DEV_RAM=y
+CONFIG_BLK_DEV_LOOP=y
+CONFIG_BLK_DEV_INITRD=y
+CONFIG_RD_GZIP=y
+CONFIG_NLS_CODEPAGE_437=y
+CONFIG_NLS_ISO8859_1=y