xref: /qemu/hw/mips/Kconfig (revision 69c22481)
1config MALTA
2    bool
3    select GT64120
4    select ISA_SUPERIO
5    select PIIX
6
7config MIPSSIM
8    bool
9    select ISA_BUS
10    select SERIAL_ISA
11    select MIPSNET
12
13config 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
33config FULOONG
34    bool
35    select PCI_BONITO
36    select VT82C686
37
38config LOONGSON3V
39    bool
40    imply VIRTIO_VGA
41    imply QXL if SPICE
42    select SERIAL
43    select GOLDFISH_RTC
44    select LOONGSON_LIOINTC
45    select PCI_DEVICES
46    select PCI_EXPRESS_GENERIC_BRIDGE
47    select MSI_NONBROKEN
48    select FW_CFG_MIPS
49    select UNIMP
50
51config MIPS_CPS
52    bool
53    select PTIMER
54    select MIPS_ITU
55
56config MIPS_BOSTON
57    bool
58    select FITLOADER
59    select MIPS_CPS
60    select PCI_EXPRESS_XILINX
61    select AHCI_ICH9
62    select SERIAL
63
64config FW_CFG_MIPS
65    bool
66