]> git.proxmox.com Git - mirror_qemu.git/blame - default-configs/ppc64-softmmu.mak
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190221' into...
[mirror_qemu.git] / default-configs / ppc64-softmmu.mak
CommitLineData
1f3d3c8f 1# Default configuration for ppc64-softmmu
3d0f1517 2
21d64275
TH
3# Include all 32-bit boards
4include ppc-softmmu.mak
5
6# For PowerNV
7CONFIG_POWERNV=y
4a44fd26
CLG
8CONFIG_IPMI=y
9CONFIG_IPMI_LOCAL=y
10CONFIG_IPMI_EXTERN=y
11CONFIG_ISA_IPMI_BT=y
21d64275 12
42e5b4c9 13# For pSeries
21d64275
TH
14CONFIG_PSERIES=y
15CONFIG_VIRTIO_VGA=y
42e5b4c9 16CONFIG_XICS=$(CONFIG_PSERIES)
9c7027ba 17CONFIG_XICS_SPAPR=$(CONFIG_PSERIES)
d321e6d5 18CONFIG_XICS_KVM=$(call land,$(CONFIG_PSERIES),$(CONFIG_KVM))
02e3ff54 19CONFIG_XIVE=$(CONFIG_PSERIES)
3aa597f6 20CONFIG_XIVE_SPAPR=$(CONFIG_PSERIES)
15cea5ae
DH
21CONFIG_MEM_DEVICE=y
22CONFIG_DIMM=y
0e947a89 23CONFIG_SPAPR_RNG=y