]> git.proxmox.com Git - mirror_qemu.git/blob - hw/mips/Kconfig
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201106' into staging
[mirror_qemu.git] / hw / mips / Kconfig
1 config MALTA
2 bool
3 select ISA_SUPERIO
4
5 config MIPSSIM
6 bool
7 select ISA_BUS
8 select SERIAL_ISA
9 select MIPSNET
10
11 config JAZZ
12 bool
13 select ISA_BUS
14 select RC4030
15 select I8259
16 select I8254
17 select I8257
18 select PCSPK
19 select VGA_ISA_MM
20 select G364FB
21 select DP8393X
22 select ESP
23 select FDC
24 select MC146818RTC
25 select PCKBD
26 select SERIAL
27 select PARALLEL
28 select DS1225Y
29 select JAZZ_LED
30
31 config FULOONG
32 bool
33 select PCI_BONITO
34
35 config MIPS_CPS
36 bool
37 select PTIMER
38
39 config MIPS_BOSTON
40 bool