]> git.proxmox.com Git - mirror_qemu.git/blame - roms/config.seabios-fast
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160704' into...
[mirror_qemu.git] / roms / config.seabios-fast
CommitLineData
4e04ab6a
RJ
1# The fastest SeaBIOS that can boot Linux using -kernel.
2# NB: Since we are using -kernel, we don't need SeaBIOS itself
3# to do any boot drive detection, boot ordering, etc.
4
5# general stuff
6CONFIG_QEMU=y
7CONFIG_ROM_SIZE=0
8CONFIG_WRITABLE_UPPERMEMORY=y
9CONFIG_RELOCATE_INIT=n
10
11# no input, no boot menu
12CONFIG_MOUSE=n
13CONFIG_KEYBOARD=n
14CONFIG_BOOTMENU=n
15CONFIG_BOOTSPLASH=n
16CONFIG_BOOTORDER=n
17
18# hardware support we don't need
19CONFIG_LPT=n
20CONFIG_SERIAL=n
21CONFIG_USB=n
22CONFIG_DRIVES=n
23CONFIG_TCGBIOS=n
24CONFIG_VGAHOOKS=n
25
26# no logging
27CONFIG_DEBUG_LEVEL=0