diff options
Diffstat (limited to 'configs/devices/ppc-softmmu/default.mak')
-rw-r--r-- | configs/devices/ppc-softmmu/default.mak | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/configs/devices/ppc-softmmu/default.mak b/configs/devices/ppc-softmmu/default.mak new file mode 100644 index 0000000000..c2d41198cd --- /dev/null +++ b/configs/devices/ppc-softmmu/default.mak @@ -0,0 +1,20 @@ +# Default configuration for ppc-softmmu + +# For embedded PPCs: +CONFIG_DS1338=y +CONFIG_E500=y +CONFIG_PPC405=y +CONFIG_PPC440=y +CONFIG_VIRTEX=y + +# For Sam460ex +CONFIG_SAM460EX=y + +# For Macs +CONFIG_MAC_OLDWORLD=y +CONFIG_MAC_NEWWORLD=y + +CONFIG_PEGASOS2=n + +# For PReP +CONFIG_PREP=y |