mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-02 22:41:07 +00:00
cae7e84eb7
Turn off OHCI + TPM support to keep the size below 128k. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
10 lines
234 B
Text
10 lines
234 B
Text
# for qemu machine types 1.7 + older
|
|
# need to turn off features (xhci,uas) to make it fit into 128k
|
|
CONFIG_QEMU=y
|
|
CONFIG_ROM_SIZE=128
|
|
CONFIG_XEN=n
|
|
CONFIG_USB_OHCI=n
|
|
CONFIG_USB_XHCI=n
|
|
CONFIG_USB_UAS=n
|
|
CONFIG_SDCARD=n
|
|
CONFIG_TCGBIOS=n
|