]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
hw/ppc/Kconfig: Add missing SERIAL_ISA dependency to POWERNV machine
authorBernhard Beschow <shentey@gmail.com>
Wed, 14 Aug 2024 18:15:32 +0000 (20:15 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 19 Aug 2024 22:49:14 +0000 (00:49 +0200)
The machine calls serial_hds_isa_init() which is provided by serial-isa.c,
guarded by SERIAL_ISA.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240814181534.218964-4-shentey@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/ppc/Kconfig

index c235519881fc59b700e429d8f1d77d73b47c7e3a..5addad112403657dd7c2aeba60cc5afc6d95003f 100644 (file)
@@ -39,6 +39,7 @@ config POWERNV
     select PCI_POWERNV
     select PCA9552
     select PCA9554
+    select SERIAL_ISA
     select SSI
     select SSI_M25P80
     select PNV_SPI