qemu-devel
[Top][All Lists]
Advanced

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

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


From: Philippe Mathieu-Daudé
Subject: [PATCH v2] hw/isa/Kconfig: Add missing dependency VIA VT82C686 -> APM
Date: Tue, 16 Mar 2021 12:03:53 +0100

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>
---
Rebased on usb-20210315-pull-request
Based-on: <20210315180240.1597240-1-kraxel@redhat.com>
---
 hw/isa/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/isa/Kconfig b/hw/isa/Kconfig
index 2691eae2f0c..55e0003ce40 100644
--- a/hw/isa/Kconfig
+++ b/hw/isa/Kconfig
@@ -48,6 +48,7 @@ config VT82C686
     select SERIAL_ISA
     select FDC
     select USB_UHCI
+    select APM
 
 config SMC37C669
     bool
-- 
2.26.2




reply via email to

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