]> git.proxmox.com Git - mirror_qemu.git/blob - hw/ppc/Kconfig
build: switch to Kconfig
[mirror_qemu.git] / hw / ppc / Kconfig
1 config PSERIES
2 bool
3
4 config SPAPR_RNG
5 bool
6
7 config POWERNV
8 bool
9
10 config PPC405
11 bool
12
13 config PPC440
14 bool
15
16 config PPC4XX
17 bool
18
19 config SAM460EX
20 bool
21
22 config PREP
23 bool
24
25 config RS6000_MC
26 bool
27
28 config MAC_OLDWORLD
29 bool
30
31 config MAC_NEWWORLD
32 bool
33
34 config E500
35 bool
36
37 config VIRTEX
38 bool
39
40 config XIVE
41 bool
42 default y
43 depends on PSERIES
44
45 config XIVE_SPAPR
46 bool
47 default y
48 depends on PSERIES