[x86] merge the olpc target with the x86 target, both tested and running
[openwrt-10.03/.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_generic
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/hda2" if LINUX_2_6_28
26     default "/dev/sda2"
27     help
28         The root partition on the final device.  If you don't know,
29         you probably want the default (/dev/hda2).
30
31 config X86_GRUB_BOOTOPTS
32     string
33     prompt "Extra kernel boot options" if X86_GRUB_IMAGES
34     default ""
35     help
36         If you don't know, just leave it blank.
37
38
39 config X86_VDI_IMAGES
40     bool "Build VirtualBox image files (VDI). Requires VBoxManage"
41     depends TARGET_x86_generic
42     depends TARGET_ROOTFS_EXT2FS
43     depends X86_GRUB_IMAGES
44     select PACKAGE_kmod-pcnet32
45
46 config X86_VMDK_IMAGES
47     bool "Build VMware image files (VMDK). Requires qemu-img"
48     depends TARGET_x86_generic
49     depends TARGET_ROOTFS_EXT2FS
50     depends X86_GRUB_IMAGES
51     select PACKAGE_kmod-e1000
52
53 config OLPC_BOOTSCRIPT_IMAGES
54     bool "Build images with bootscript"
55     depends TARGET_x86_olpc
56     depends TARGET_ROOTFS_EXT2FS || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS || TARGET_ROOTFS_ISO
57     default y
58
59 config OLPC_BOOTSCRIPT_IMAGES_PAD
60         bool "Pad bootscript images to filesystem size (for JFFS2)"
61         depends OLPC_BOOTSCRIPT_IMAGES
62
63 config OLPC_BOOTSCRIPT_KERNELPART
64     int "Kernel partition size (in MB)"
65     depends OLPC_BOOTSCRIPT_IMAGES
66     default 4
67
68 config OLPC_BOOTSCRIPT_ROOTPART
69     string
70     prompt "Root partition on target device" if OLPC_BOOTSCRIPT_IMAGES
71     default "/dev/sda2"
72     help
73         The root partition on the final device.  If you don't know,
74         you probably want the default (/dev/sda2).
75