2 bool "Build GRUB images (Linux x86 or x86_64 host only)"
4 depends TARGET_ROOTFS_EXT2FS || TARGET_ROOTFS_JFFS2
7 config X86_GRUB_BAUDRATE
8 int "Serial port baud rate"
9 depends X86_GRUB_IMAGES
12 config X86_GRUB_KERNELPART
13 int "Kernel partition size (in MB)"
14 depends X86_GRUB_IMAGES
17 config X86_GRUB_ROOTPART
19 prompt "Root partition on target device" if X86_GRUB_IMAGES
22 The root partition on the final device. If you don't know,
23 you probably want the default (/dev/hda2).
25 config X86_GRUB_BOOTOPTS
27 prompt "Extra kernel boot options" if X86_GRUB_IMAGES
30 If you don't know, just leave it blank.