]> git.proxmox.com Git - mirror_qemu.git/blob - hw/mips/Kconfig
hw/mips: Express dependencies of the MIPSsim 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
16 config FULONG
17 bool
18
19 config MIPS_CPS
20 bool
21 select PTIMER
22
23 config MIPS_BOSTON
24 bool