]> git.proxmox.com Git - mirror_qemu.git/blob - default-configs/ppc64-softmmu.mak
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20180121' into staging
[mirror_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_MEM_HOTPLUG=y