]> Git Repo - qemu.git/blob - default-configs/ppc64-softmmu.mak
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20181221' into staging
[qemu.git] / default-configs / ppc64-softmmu.mak
1 # Default configuration for ppc64-softmmu
2
3 # Include all 32-bit boards
4 include ppc-softmmu.mak
5
6 # For PowerNV
7 CONFIG_POWERNV=y
8 CONFIG_IPMI=y
9 CONFIG_IPMI_LOCAL=y
10 CONFIG_IPMI_EXTERN=y
11 CONFIG_ISA_IPMI_BT=y
12
13 # For pSeries
14 CONFIG_PSERIES=y
15 CONFIG_VIRTIO_VGA=y
16 CONFIG_XICS=$(CONFIG_PSERIES)
17 CONFIG_XICS_SPAPR=$(CONFIG_PSERIES)
18 CONFIG_XICS_KVM=$(call land,$(CONFIG_PSERIES),$(CONFIG_KVM))
19 CONFIG_XIVE=$(CONFIG_PSERIES)
20 CONFIG_XIVE_SPAPR=$(CONFIG_PSERIES)
21 CONFIG_MEM_DEVICE=y
22 CONFIG_DIMM=y
23 CONFIG_SPAPR_RNG=y
This page took 0.026023 seconds and 4 git commands to generate.