mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 12:23:53 -06:00

Some targets use "default y" for boards to filter out those that require TCG. For consistency we are switching all other targets to do the same. Continue with MIPS. No changes to generated config-devices.mak file. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
93 lines
1.7 KiB
Text
93 lines
1.7 KiB
Text
config MALTA
|
|
bool
|
|
default y
|
|
depends on MIPS
|
|
imply PCNET_PCI
|
|
imply PCI_DEVICES
|
|
imply TEST_DEVICES
|
|
select FDC37M81X
|
|
select GT64120
|
|
select MIPS_CPS
|
|
select PIIX
|
|
select PFLASH_CFI01
|
|
select SERIAL
|
|
select SMBUS_EEPROM
|
|
|
|
config MIPSSIM
|
|
bool
|
|
default y
|
|
depends on MIPS
|
|
select SERIAL
|
|
select MIPSNET
|
|
|
|
config JAZZ
|
|
bool
|
|
default y
|
|
depends on MIPS64
|
|
select ISA_BUS
|
|
select RC4030
|
|
select I8259
|
|
select I8254
|
|
select I8257
|
|
select PCSPK
|
|
select VGA_MMIO
|
|
select G364FB
|
|
select DP8393X
|
|
select ESP
|
|
select FDC_SYSBUS
|
|
select MC146818RTC
|
|
select PCKBD
|
|
select SERIAL
|
|
select PARALLEL
|
|
select DS1225Y
|
|
select JAZZ_LED
|
|
|
|
config FULOONG
|
|
bool
|
|
default y
|
|
depends on MIPS64 && !TARGET_BIG_ENDIAN
|
|
imply PCI_DEVICES
|
|
imply TEST_DEVICES
|
|
imply ATI_VGA
|
|
imply RTL8139_PCI
|
|
select PCI_BONITO
|
|
select SMBUS_EEPROM
|
|
select VT82C686
|
|
|
|
config LOONGSON3V
|
|
bool
|
|
default y
|
|
depends on MIPS64 && !TARGET_BIG_ENDIAN
|
|
imply PCI_DEVICES
|
|
imply TEST_DEVICES
|
|
imply VIRTIO_PCI
|
|
imply VIRTIO_NET
|
|
imply VIRTIO_VGA
|
|
imply QXL if SPICE
|
|
imply USB_OHCI_PCI
|
|
select SERIAL
|
|
select GOLDFISH_RTC
|
|
select LOONGSON_LIOINTC
|
|
select PCI_EXPRESS_GENERIC_BRIDGE
|
|
select MSI_NONBROKEN
|
|
select FW_CFG_MIPS
|
|
select UNIMP
|
|
|
|
config MIPS_CPS
|
|
bool
|
|
select MIPS_ITU
|
|
|
|
config MIPS_BOSTON
|
|
bool
|
|
default y
|
|
depends on MIPS64 && !TARGET_BIG_ENDIAN
|
|
imply PCI_DEVICES
|
|
imply TEST_DEVICES
|
|
select FITLOADER
|
|
select MIPS_CPS
|
|
select PCI_EXPRESS_XILINX
|
|
select AHCI_ICH9
|
|
select SERIAL
|
|
|
|
config FW_CFG_MIPS
|
|
bool
|