bf616ce47b
Some targets use "default y" for boards to filter out those that require TCG. For consistency we are switching all other targets to do the same. Continue with PowerPC/POWER. No changes to generated config-devices.mak files, other than adding CONFIG_PPC to the ppc64-softmmu target. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
28 lines
504 B
Makefile
28 lines
504 B
Makefile
# Default configuration for ppc-softmmu
|
|
|
|
# Uncomment the following lines to disable these optional devices:
|
|
# CONFIG_PCI_DEVICES=n
|
|
# CONFIG_TEST_DEVICES=n
|
|
|
|
# Boards are selected by default, uncomment to keep out of the build.
|
|
|
|
# Embedded PPCs:
|
|
# CONFIG_E500PLAT=n
|
|
# CONFIG_MPC8544DS=n
|
|
# CONFIG_PPC405=n
|
|
# CONFIG_PPC440=n
|
|
# CONFIG_VIRTEX=n
|
|
|
|
# For Sam460ex
|
|
# CONFIG_SAM460EX=n
|
|
|
|
# For Macs
|
|
# CONFIG_MAC_OLDWORLD=n
|
|
# CONFIG_MAC_NEWWORLD=n
|
|
|
|
# CONFIG_AMIGAONE=n
|
|
# CONFIG_PEGASOS2=n
|
|
|
|
# For PReP
|
|
# CONFIG_PREP=n
|