a0297be4be
Only the PowerPC e500-based platforms use the MPC I2C controller. Do not build it for the other machines. Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20191231183216.6781-7-philmd@redhat.com> Acked-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
19 lines
256 B
Makefile
19 lines
256 B
Makefile
# 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
|