From 9eb6abbf6aea3116b3a4a7a6fbbb89ec836c0551 Mon Sep 17 00:00:00 2001 From: Bernhard Beschow Date: Mon, 13 Jun 2022 19:24:55 +0200 Subject: hw/isa/vt82c686: Instantiate IDE function in host device MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The IDE function is closely tied to the ISA function (e.g. the IDE interrupt routing happens there), so it makes sense that the IDE function is instantiated within the south bridge itself. Signed-off-by: Bernhard Beschow Reviewed-by: Philippe Mathieu-Daudé Acked-by: Daniel Henrique Barboza Message-Id: <20220901114127.53914-7-shentey@gmail.com> Signed-off-by: Philippe Mathieu-Daudé --- hw/ppc/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'hw/ppc/Kconfig') diff --git a/hw/ppc/Kconfig b/hw/ppc/Kconfig index 791fe78a50..76a4612d96 100644 --- a/hw/ppc/Kconfig +++ b/hw/ppc/Kconfig @@ -74,7 +74,6 @@ config PEGASOS2 imply ATI_VGA select MV64361 select VT82C686 - select IDE_VIA select SMBUS_EEPROM select VOF # This should come with VT82C686 -- cgit v1.2.3