e5a82da791f591f83ab20bc5b537881fe898a121
[openwrt.git] / target / linux / x86 / image / Config.in
1 config X86_GRUB_IMAGES
2     bool "Build GRUB images (Linux x86 or x86_64 host only)"
3     depends TARGET_x86 && !TARGET_x86_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 X86_GRUB_IMAGES_PAD
9         bool "Pad GRUB images to filesystem size (for JFFS2)"
10         depends X86_GRUB_IMAGES
11
12 config X86_GRUB_BAUDRATE
13     int "Serial port baud rate"
14     depends X86_GRUB_IMAGES
15     default 38400
16
17 config X86_GRUB_KERNELPART
18     int "Kernel partition size (in MB)"
19     depends X86_GRUB_IMAGES
20     default 4
21
22 config X86_GRUB_ROOTPART
23     string
24     prompt "Root partition on target device" if X86_GRUB_IMAGES
25     default "/dev/sda2"
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 X86_GRUB_BOOTOPTS
31     string
32     prompt "Extra kernel boot options" if X86_GRUB_IMAGES
33     default ""
34     help
35         If you don't know, just leave it blank.
36
37
38 config X86_VDI_IMAGES
39     bool "Build VirtualBox image files (VDI). Requires VBoxManage"
40     depends TARGET_x86_generic
41     depends TARGET_ROOTFS_EXT2FS
42     depends X86_GRUB_IMAGES
43     select PACKAGE_kmod-pcnet32
44
45 config X86_VMDK_IMAGES
46     bool "Build VMware image files (VMDK). Requires qemu-img"
47     depends TARGET_x86_generic
48     depends TARGET_ROOTFS_EXT2FS
49     depends X86_GRUB_IMAGES
50     select PACKAGE_kmod-e1000
51
52 config OLPC_BOOTSCRIPT_IMAGES
53     bool "Build images with bootscript"
54     depends TARGET_x86_olpc
55     depends TARGET_ROOTFS_EXT2FS || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS || TARGET_ROOTFS_ISO
56     default y
57
58 config OLPC_BOOTSCRIPT_IMAGES_PAD
59         bool "Pad bootscript images to filesystem size (for JFFS2)"
60         depends OLPC_BOOTSCRIPT_IMAGES
61
62 config OLPC_BOOTSCRIPT_KERNELPART
63     int "Kernel partition size (in MB)"
64     depends OLPC_BOOTSCRIPT_IMAGES
65     default 4
66
67 config OLPC_BOOTSCRIPT_ROOTPART
68     string
69     prompt "Root partition on target device" if OLPC_BOOTSCRIPT_IMAGES
70     default "/dev/sda2"
71     help
72         The root partition on the final device.  If you don't know,
73         you probably want the default (/dev/sda2).
74