diff options
Diffstat (limited to 'default-configs/devices/ppc-softmmu.mak')
-rw-r--r-- | default-configs/devices/ppc-softmmu.mak | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/default-configs/devices/ppc-softmmu.mak b/default-configs/devices/ppc-softmmu.mak new file mode 100644 index 0000000000..61b78b844d --- /dev/null +++ b/default-configs/devices/ppc-softmmu.mak @@ -0,0 +1,18 @@ +# 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 + +# For PReP +CONFIG_PREP=y |