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)
commit6373fc0323c00fa9ee4719628ee63ab4dad159e5
tree79c4a32777a6d838421afd47f2b3e37a35e39d65
parent12d36294a2d978faf893101862118d1ac1815e85
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 <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