summaryrefslogtreecommitdiffstats
path: root/default-configs
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2019-12-31 19:32:08 +0100
committerPaolo Bonzini2020-01-07 12:08:39 +0100
commita0297be4bead925d0eea4a0de9ce8c3e48c2f43a (patch)
treeb9fd0c5139bbc68e95afd2585a12f862edd92f48 /default-configs
parenthw/i386/Kconfig: Let the MicroVM machine select the SERIAL_ISA config (diff)
downloadqemu-a0297be4bead925d0eea4a0de9ce8c3e48c2f43a.tar.gz
qemu-a0297be4bead925d0eea4a0de9ce8c3e48c2f43a.tar.xz
qemu-a0297be4bead925d0eea4a0de9ce8c3e48c2f43a.zip
hw/ppc/Kconfig: Restrict the MPC I2C controller to e500-based platforms
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>
Diffstat (limited to 'default-configs')
-rw-r--r--default-configs/ppc-softmmu.mak1
1 files changed, 0 insertions, 1 deletions
diff --git a/default-configs/ppc-softmmu.mak b/default-configs/ppc-softmmu.mak
index bf86128a0c..61b78b844d 100644
--- a/default-configs/ppc-softmmu.mak
+++ b/default-configs/ppc-softmmu.mak
@@ -1,7 +1,6 @@
# Default configuration for ppc-softmmu
# For embedded PPCs:
-CONFIG_MPC_I2C=y
CONFIG_DS1338=y
CONFIG_E500=y
CONFIG_PPC405=y