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