xref: /qemu/hw/mips/Kconfig (revision ec6f3fc3)
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
50config MIPS_CPS
51    bool
52    select PTIMER
53    select MIPS_ITU
54
55config MIPS_BOSTON
56    bool
57    select FITLOADER
58    select MIPS_CPS
59    select PCI_EXPRESS_XILINX
60    select AHCI_ICH9
61    select SERIAL
62
63config FW_CFG_MIPS
64    bool
65