]> git.proxmox.com Git - mirror_qemu.git/blob - hw/mips/Kconfig
Merge tag 'pull-request-2023-03-07' of https://gitlab.com/thuth/qemu into staging
[mirror_qemu.git] / hw / mips / Kconfig
1 config MALTA
2 bool
3 select GT64120
4 select ISA_SUPERIO
5 select PIIX4
6
7 config MIPSSIM
8 bool
9 select ISA_BUS
10 select SERIAL_ISA
11 select MIPSNET
12
13 config JAZZ
14 bool
15 select ISA_BUS
16 select RC4030
17 select I8259
18 select I8254
19 select I8257
20 select PCSPK
21 select VGA_MMIO
22 select G364FB
23 select DP8393X
24 select ESP
25 select FDC_SYSBUS
26 select MC146818RTC
27 select PCKBD
28 select SERIAL
29 select PARALLEL
30 select DS1225Y
31 select JAZZ_LED
32
33 config FULOONG
34 bool
35 select PCI_BONITO
36
37 config LOONGSON3V
38 bool
39 imply VIRTIO_VGA
40 imply QXL if SPICE
41 select SERIAL
42 select GOLDFISH_RTC
43 select LOONGSON_LIOINTC
44 select PCI_DEVICES
45 select PCI_EXPRESS_GENERIC_BRIDGE
46 select MSI_NONBROKEN
47 select FW_CFG_MIPS
48
49 config MIPS_CPS
50 bool
51 select PTIMER
52 select MIPS_ITU
53
54 config MIPS_BOSTON
55 bool
56 select FITLOADER
57 select MIPS_CPS
58 select PCI_EXPRESS_XILINX
59 select AHCI_ICH9
60 select SERIAL
61
62 config FW_CFG_MIPS
63 bool