projects
/
sdk
/
emulator
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Compile serial only once
[sdk/emulator/qemu.git]
/
default-configs
/
mips-softmmu.mak
1
# Default configuration for mips-softmmu
2
3
CONFIG_ISA_MMIO=y
4
CONFIG_ESP=y
5
CONFIG_VGA_PCI=y
6
CONFIG_VGA_ISA=y
7
CONFIG_SERIAL=y
8
CONFIG_PARALLEL=y
9
CONFIG_I8254=y
10
CONFIG_PCSPK=y
11
CONFIG_USB_UHCI=y
12
CONFIG_FDC=y
13
CONFIG_IDE_QDEV=y
14
CONFIG_IDE_PCI=y
15
CONFIG_IDE_ISA=y
16
CONFIG_IDE_PIIX=y
17
CONFIG_NE2000_ISA=y