511a8d9d09407c18860f55edf24cd7b3c52a98e3
[openwrt.git] / target / image / x86 / Config.in
1 config X86_GRUB_IMAGES
2     bool "Build GRUB images (Linux x86 or x86_64 host only)"
3     depends LINUX_2_6_X86
4     depends TARGET_ROOTFS_EXT2FS || TARGET_ROOTFS_JFFS2
5     default y
6
7 config X86_GRUB_BAUDRATE
8     int "Serial port baud rate"
9     depends X86_GRUB_IMAGES
10     default 38400
11
12 config X86_GRUB_KERNELPART
13     int "Kernel partition size (in MB)"
14     depends X86_GRUB_IMAGES
15     default 4
16
17 config X86_GRUB_ROOTPART
18     string
19     prompt "Root partition on target device" if X86_GRUB_IMAGES
20     default "/dev/hda2"
21     help
22         The root partition on the final device.  If you don't know,
23         you probably want the default (/dev/hda2).
24
25 config X86_GRUB_BOOTOPTS
26     string
27     prompt "Extra kernel boot options" if X86_GRUB_IMAGES
28     default ""
29     help
30         If you don't know, just leave it blank.