6c83f81542
Leave the core usb devices (usb hub, tablet, mouse, keyboard) enabled unconditionally. Make the other ones configurable. Exceptions: - bluetooth: not qdevified yet, has a vl.c dependency because of that, thus disabling isn't as easy as not linking the object file. - smardcard: ccid-card-emulated depends on that one *and* CONFIG_SMARTCARD_NSS. So it isn't a one-liner and comes as separate patch because of that. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
35 lines
569 B
Makefile
35 lines
569 B
Makefile
# Default configuration for mipsel-softmmu
|
|
|
|
include pci.mak
|
|
include usb.mak
|
|
CONFIG_ISA_MMIO=y
|
|
CONFIG_ESP=y
|
|
CONFIG_VGA=y
|
|
CONFIG_VGA_PCI=y
|
|
CONFIG_VGA_ISA=y
|
|
CONFIG_VGA_ISA_MM=y
|
|
CONFIG_VGA_CIRRUS=y
|
|
CONFIG_VMWARE_VGA=y
|
|
CONFIG_SERIAL=y
|
|
CONFIG_PARALLEL=y
|
|
CONFIG_I8254=y
|
|
CONFIG_PCSPK=y
|
|
CONFIG_PCKBD=y
|
|
CONFIG_FDC=y
|
|
CONFIG_ACPI=y
|
|
CONFIG_APM=y
|
|
CONFIG_DMA=y
|
|
CONFIG_PIIX4=y
|
|
CONFIG_IDE_ISA=y
|
|
CONFIG_IDE_PIIX=y
|
|
CONFIG_NE2000_ISA=y
|
|
CONFIG_SOUND=y
|
|
CONFIG_RC4030=y
|
|
CONFIG_DP8393X=y
|
|
CONFIG_DS1225Y=y
|
|
CONFIG_MIPSNET=y
|
|
CONFIG_PFLASH_CFI01=y
|
|
CONFIG_G364FB=y
|
|
CONFIG_I8259=y
|
|
CONFIG_JAZZ_LED=y
|