]> git.proxmox.com Git - mirror_qemu.git/blob - hw/mips/Kconfig
hw/mips: Express dependencies of the Jazz machine with Kconfig
[mirror_qemu.git] / hw / mips / Kconfig
1 config R4K
2 bool
3
4 config MALTA
5 bool
6
7 config MIPSSIM
8 bool
9 select ISA_BUS
10 select SERIAL_ISA
11 select MIPSNET
12
13 config 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_ISA_MM
22 select G364FB
23 select DP8393X
24 select ESP
25 select FDC
26 select MC146818RTC
27 select PCKBD
28 select SERIAL
29 select PARALLEL
30 select DS1225Y
31 select JAZZ_LED
32
33 config FULONG
34 bool
35
36 config MIPS_CPS
37 bool
38 select PTIMER
39
40 config MIPS_BOSTON
41 bool