]> Git Repo - qemu.git/blob - default-configs/ppc-softmmu.mak
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190702' into staging
[qemu.git] / default-configs / ppc-softmmu.mak
1 # Default configuration for ppc-softmmu
2
3 # For embedded PPCs:
4 CONFIG_MPC_I2C=y
5 CONFIG_DS1338=y
6 CONFIG_E500=y
7 CONFIG_PPC405=y
8 CONFIG_PPC440=y
9 CONFIG_VIRTEX=y
10
11 # For Sam460ex
12 CONFIG_SAM460EX=y
13
14 # For Macs
15 CONFIG_MAC_OLDWORLD=y
16 CONFIG_MAC_NEWWORLD=y
17
18 # For PReP
19 CONFIG_PREP=y
This page took 0.022839 seconds and 4 git commands to generate.