xref: /openbmc/qemu/hw/mips/Kconfig (revision cd5066f8618bc6c80ec9088923c58f4a42ab0e7a)
1config MALTA
2    bool
3    select GT64120
4    select ISA_SUPERIO
5
6config MIPSSIM
7    bool
8    select ISA_BUS
9    select SERIAL_ISA
10    select MIPSNET
11
12config JAZZ
13    bool
14    select ISA_BUS
15    select RC4030
16    select I8259
17    select I8254
18    select I8257
19    select PCSPK
20    select VGA_MMIO
21    select G364FB
22    select DP8393X
23    select ESP
24    select FDC_SYSBUS
25    select MC146818RTC
26    select PCKBD
27    select SERIAL
28    select PARALLEL
29    select DS1225Y
30    select JAZZ_LED
31
32config FULOONG
33    bool
34    select PCI_BONITO
35
36config LOONGSON3V
37    bool
38    imply VIRTIO_VGA
39    imply QXL if SPICE
40    select SERIAL
41    select GOLDFISH_RTC
42    select LOONGSON_LIOINTC
43    select PCI_DEVICES
44    select PCI_EXPRESS_GENERIC_BRIDGE
45    select MSI_NONBROKEN
46    select FW_CFG_MIPS
47
48config MIPS_CPS
49    bool
50    select PTIMER
51    select MIPS_ITU
52
53config MIPS_BOSTON
54    bool
55    select FITLOADER
56    select MIPS_CPS
57    select PCI_EXPRESS_XILINX
58    select AHCI_ICH9
59    select SERIAL
60
61config FW_CFG_MIPS
62    bool
63