From: Bernhard Beschow Date: Wed, 14 Aug 2024 18:15:32 +0000 (+0200) Subject: hw/ppc/Kconfig: Add missing SERIAL_ISA dependency to POWERNV machine X-Git-Tag: qemu-xen-4.20.0~13^2~3 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=6373fc0323c00fa9ee4719628ee63ab4dad159e5;p=qemu-xen.git hw/ppc/Kconfig: Add missing SERIAL_ISA dependency to POWERNV machine The machine calls serial_hds_isa_init() which is provided by serial-isa.c, guarded by SERIAL_ISA. Signed-off-by: Bernhard Beschow Reviewed-by: Philippe Mathieu-Daudé Message-ID: <20240814181534.218964-4-shentey@gmail.com> Signed-off-by: Philippe Mathieu-Daudé --- diff --git a/hw/ppc/Kconfig b/hw/ppc/Kconfig index c235519881..5addad1124 100644 --- a/hw/ppc/Kconfig +++ b/hw/ppc/Kconfig @@ -39,6 +39,7 @@ config POWERNV select PCI_POWERNV select PCA9552 select PCA9554 + select SERIAL_ISA select SSI select SSI_M25P80 select PNV_SPI