repo.or.cz
/
qemu
/
kevin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
virtio-input: implement pass-through evdev writes
[qemu/kevin.git]
/
roms
/
config.seabios-128k
blob
0a9da77a5e8b3ebcadcfb16d4aaf9f9d9ce054e0
1
# for qemu machine types 1.7 + older
2
# need to turn off features (xhci,uas) to make it fit into 128k
3
CONFIG_QEMU=y
4
CONFIG_ROM_SIZE=128
5
CONFIG_XEN=n
6
CONFIG_USB_OHCI=n
7
CONFIG_USB_XHCI=n
8
CONFIG_USB_UAS=n
9
CONFIG_SDCARD=n
10
CONFIG_TCGBIOS=n