]> Git Repo - qemu.git/blame - hw/ppc/Kconfig
ppc: Express dependencies of the 'prep' and '40p' machines with kconfig
[qemu.git] / hw / ppc / Kconfig
CommitLineData
82f51817
PB
1config PSERIES
2 bool
87f9108b
TH
3 imply PCI_DEVICES
4 imply TEST_DEVICES
5 select DIMM
6 select PCI
7 select SPAPR_VSCSI
8 select VFIO if LINUX # needed by spapr_pci_vfio.c
9 select XICS_SPAPR
10 select XIVE_SPAPR
82f51817
PB
11
12config SPAPR_RNG
13 bool
87f9108b
TH
14 default y
15 depends on PSERIES
82f51817
PB
16
17config POWERNV
18 bool
87f9108b
TH
19 imply PCI_DEVICES
20 imply TEST_DEVICES
21 select ISA_IPMI_BT
22 select IPMI_LOCAL
23 select ISA_BUS
24 select MC146818RTC
25 select XICS
26 select XIVE
82f51817
PB
27
28config PPC405
29 bool
30
31config PPC440
32 bool
33
34config PPC4XX
35 bool
36
37config SAM460EX
38 bool
39
40config PREP
41 bool
12bb3a90
TH
42 imply PCI_DEVICES
43 imply TEST_DEVICES
44 select CS4231A
45 select PREP_PCI
46 select I82374
47 select I82378
48 select LSI_SCSI_PCI
49 select M48T59
50 select PC87312
51 select RS6000_MC
82f51817
PB
52
53config RS6000_MC
54 bool
55
56config MAC_OLDWORLD
57 bool
58
59config MAC_NEWWORLD
60 bool
61
62config E500
63 bool
64
65config VIRTEX
66 bool
67
68config XIVE
69 bool
87f9108b 70 depends on POWERNV || PSERIES
82f51817
PB
71
72config XIVE_SPAPR
73 bool
e0e312f3
PB
74 default y
75 depends on PSERIES
87f9108b 76 select XIVE
This page took 0.029622 seconds and 4 git commands to generate.