2 bool "Build GRUB images (Linux x86 or x86_64 host only)"
4 depends TARGET_ROOTFS_EXT2FS || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS
7 config X86_GRUB_IMAGES_PAD
8 bool "Pad GRUB images to filesystem size (for JFFS2)"
9 depends X86_GRUB_IMAGES
11 config X86_GRUB_BAUDRATE
12 int "Serial port baud rate"
13 depends X86_GRUB_IMAGES
16 config X86_GRUB_KERNELPART
17 int "Kernel partition size (in MB)"
18 depends X86_GRUB_IMAGES
21 config X86_GRUB_ROOTPART
23 prompt "Root partition on target device" if X86_GRUB_IMAGES
26 The root partition on the final device. If you don't know,
27 you probably want the default (/dev/hda2).
29 config X86_GRUB_BOOTOPTS
31 prompt "Extra kernel boot options" if X86_GRUB_IMAGES
34 If you don't know, just leave it blank.