commit | 6373fc0323c00fa9ee4719628ee63ab4dad159e5 | [log] [tgz] |
---|---|---|
author | Bernhard Beschow <shentey@gmail.com> | Wed Aug 14 20:15:32 2024 +0200 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Tue Aug 20 00:49:14 2024 +0200 |
tree | 79c4a32777a6d838421afd47f2b3e37a35e39d65 | |
parent | 12d36294a2d978faf893101862118d1ac1815e85 [diff] |
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>