qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] hw/isa/Kconfig: Add missing dependency VIA VT82C686 -> APM


From: BALATON Zoltan
Subject: Re: [PATCH] hw/isa/Kconfig: Add missing dependency VIA VT82C686 -> APM
Date: Wed, 10 Mar 2021 00:41:29 +0100 (CET)

On Tue, 9 Mar 2021, Philippe Mathieu-Daudé wrote:
ping for review?

This is included in my pegasos2 series as 6/8 replacing half of a similar patch from my original version. Since I've reported it I don't think I should be also reviewing it but it's quite trivial so may not need that much review.

Regards,
BALATON Zoltan

On 3/2/21 9:05 AM, Philippe Mathieu-Daudé wrote:
TYPE_VIA_PM calls apm_init() in via_pm_realize(), so
requires APM to be selected.

Reported-by: BALATON Zoltan <balaton@eik.bme.hu>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 hw/isa/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/isa/Kconfig b/hw/isa/Kconfig
index c7f07854f7e..9c026d0c510 100644
--- a/hw/isa/Kconfig
+++ b/hw/isa/Kconfig
@@ -47,6 +47,7 @@ config VT82C686
     select ACPI_SMBUS
     select SERIAL_ISA
     select FDC
+    select APM

 config SMC37C669
     bool



reply via email to

[Prev in Thread] Current Thread [Next in Thread]