3ac25236ea
There is no ISA bus part in the MMIO VGA device, so rename: * hw/display/vga-isa-mm.c -> hw/display/vga-mmio.c * CONFIG_VGA_ISA_MM -> CONFIG_VGA_MMIO * ISAVGAMMState -> VGAMmioState * isa_vga_mm_init() -> vga_mmio_init() Reviewed-by: BALATON Zoltan <balaton@eik.bme.hu> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20211206224528.563588-2-f4bug@amsat.org> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
62 lines
998 B
Plaintext
62 lines
998 B
Plaintext
config MALTA
|
|
bool
|
|
select ISA_SUPERIO
|
|
|
|
config MIPSSIM
|
|
bool
|
|
select ISA_BUS
|
|
select SERIAL_ISA
|
|
select MIPSNET
|
|
|
|
config JAZZ
|
|
bool
|
|
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
|
|
select PCI_BONITO
|
|
|
|
config LOONGSON3V
|
|
bool
|
|
imply VIRTIO_VGA
|
|
imply QXL if SPICE
|
|
select SERIAL
|
|
select GOLDFISH_RTC
|
|
select LOONGSON_LIOINTC
|
|
select PCI_DEVICES
|
|
select PCI_EXPRESS_GENERIC_BRIDGE
|
|
select MSI_NONBROKEN
|
|
select FW_CFG_MIPS
|
|
|
|
config MIPS_CPS
|
|
bool
|
|
select PTIMER
|
|
select MIPS_ITU
|
|
|
|
config MIPS_BOSTON
|
|
bool
|
|
select FITLOADER
|
|
select MIPS_CPS
|
|
select PCI_EXPRESS_XILINX
|
|
select AHCI_ICH9
|
|
select SERIAL
|
|
|
|
config FW_CFG_MIPS
|
|
bool
|