diff options
Diffstat (limited to 'default-configs/devices/ppc64-softmmu.mak')
-rw-r--r-- | default-configs/devices/ppc64-softmmu.mak | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/default-configs/devices/ppc64-softmmu.mak b/default-configs/devices/ppc64-softmmu.mak new file mode 100644 index 0000000000..ae0841fa3a --- /dev/null +++ b/default-configs/devices/ppc64-softmmu.mak @@ -0,0 +1,11 @@ +# Default configuration for ppc64-softmmu + +# Include all 32-bit boards +include ppc-softmmu.mak + +# For PowerNV +CONFIG_POWERNV=y + +# For pSeries +CONFIG_PSERIES=y +CONFIG_NVDIMM=y |