From a0297be4bead925d0eea4a0de9ce8c3e48c2f43a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Date: Tue, 31 Dec 2019 19:32:08 +0100 Subject: hw/ppc/Kconfig: Restrict the MPC I2C controller to e500-based platforms MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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é Message-Id: <20191231183216.6781-7-philmd@redhat.com> Acked-by: David Gibson Signed-off-by: Paolo Bonzini --- default-configs/ppc-softmmu.mak | 1 - 1 file changed, 1 deletion(-) (limited to 'default-configs') diff --git a/default-configs/ppc-softmmu.mak b/default-configs/ppc-softmmu.mak index bf86128..61b78b8 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 -- cgit v1.1