]> Git Repo - qemu.git/blame - hw/mips/Kconfig
hw/mips: Express dependencies of the Jazz machine with Kconfig
[qemu.git] / hw / mips / Kconfig
CommitLineData
82f51817
PB
1config R4K
2 bool
3
4config MALTA
5 bool
6
7config MIPSSIM
8 bool
44fa0139
PMD
9 select ISA_BUS
10 select SERIAL_ISA
11 select MIPSNET
82f51817
PB
12
13config JAZZ
14 bool
a6b1625d
PMD
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
82f51817
PB
32
33config FULONG
34 bool
35
36config MIPS_CPS
37 bool
9533dcdd 38 select PTIMER
82f51817
PB
39
40config MIPS_BOSTON
41 bool
This page took 0.050362 seconds and 4 git commands to generate.