6252ae6d1feb96aad3d951a351e0decb2f9f6ae2
[openwrt-10.03/.git] / target / linux / olpc / image / Config.in
1 config OLPC_GRUB_IMAGES
2     bool "Build GRUB images"
3     depends TARGET_olpc
4     depends TARGET_ROOTFS_EXT2FS || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS || TARGET_ROOTFS_ISO
5         select PACKAGE_grub
6     default y
7
8 config OLPC_GRUB_IMAGES_PAD
9         bool "Pad GRUB images to filesystem size (for JFFS2)"
10         depends OLPC_GRUB_IMAGES
11
12 config OLPC_GRUB_BAUDRATE
13     int "Serial port baud rate"
14     depends OLPC_GRUB_IMAGES
15     default 38400
16
17 config OLPC_GRUB_KERNELPART
18     int "Kernel partition size (in MB)"
19     depends OLPC_GRUB_IMAGES
20     default 4
21
22 config OLPC_GRUB_ROOTPART
23     string
24     prompt "Root partition on target device" if OLPC_GRUB_IMAGES
25     default "/dev/hda2"
26     help
27         The root partition on the final device.  If you don't know,
28         you probably want the default (/dev/hda2).
29
30 config OLPC_GRUB_BOOTOPTS
31     string
32     prompt "Extra kernel boot options" if OLPC_GRUB_IMAGES
33     default ""
34     help
35         If you don't know, just leave it blank.