]> Git Repo - qemu.git/blame - hw/mips/Kconfig
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pull-reques...
[qemu.git] / hw / mips / Kconfig
CommitLineData
82f51817
PB
1config R4K
2 bool
7ce6defd
PMD
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
82f51817
PB
13
14config MALTA
15 bool
c0ff3795 16 select ISA_SUPERIO
82f51817
PB
17
18config MIPSSIM
19 bool
44fa0139
PMD
20 select ISA_BUS
21 select SERIAL_ISA
22 select MIPSNET
82f51817
PB
23
24config JAZZ
25 bool
a6b1625d
PMD
26 select ISA_BUS
27 select RC4030
28 select I8259
29 select I8254
30 select I8257
31 select PCSPK
32 select VGA_ISA_MM
33 select G364FB
34 select DP8393X
35 select ESP
36 select FDC
37 select MC146818RTC
38 select PCKBD
39 select SERIAL
40 select PARALLEL
41 select DS1225Y
42 select JAZZ_LED
82f51817 43
c3a09ff6 44config FULOONG
82f51817 45 bool
abc82de3 46 select PCI_BONITO
82f51817
PB
47
48config MIPS_CPS
49 bool
9533dcdd 50 select PTIMER
82f51817
PB
51
52config MIPS_BOSTON
53 bool
This page took 0.112191 seconds and 4 git commands to generate.