]> git.proxmox.com Git - mirror_qemu.git/blob - hw/mips/Kconfig
Merge remote-tracking branch 'remotes/armbru/tags/pull-build-2019-07-02-v2' into...
[mirror_qemu.git] / hw / mips / Kconfig
1 config R4K
2 bool
3 select ISA_BUS
4 select SERIAL_ISA
5 select I8259
6 select I8254
7 select MC146818RTC
8 imply VGA_ISA
9 imply NE2000_ISA
10 select IDE_ISA
11 select PCKBD
12 select PFLASH_CFI01
13
14 config MALTA
15 bool
16
17 config MIPSSIM
18 bool
19 select ISA_BUS
20 select SERIAL_ISA
21 select MIPSNET
22
23 config JAZZ
24 bool
25 select ISA_BUS
26 select RC4030
27 select I8259
28 select I8254
29 select I8257
30 select PCSPK
31 select VGA_ISA_MM
32 select G364FB
33 select DP8393X
34 select ESP
35 select FDC
36 select MC146818RTC
37 select PCKBD
38 select SERIAL
39 select PARALLEL
40 select DS1225Y
41 select JAZZ_LED
42
43 config FULONG
44 bool
45
46 config MIPS_CPS
47 bool
48 select PTIMER
49
50 config MIPS_BOSTON
51 bool