[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v11 5/7] hw/isa/Kconfig: Add missing dependency VIA VT82C686 -> A
From: |
BALATON Zoltan |
Subject: |
[PATCH v11 5/7] hw/isa/Kconfig: Add missing dependency VIA VT82C686 -> APM |
Date: |
Thu, 25 Mar 2021 14:50:39 +0100 |
From: Philippe Mathieu-Daudé <f4bug@amsat.org>
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>
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
---
hw/isa/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/isa/Kconfig b/hw/isa/Kconfig
index 2691eae2f0..55e0003ce4 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.21.4
- [PATCH v11 0/7] Pegasos2 emulation, BALATON Zoltan, 2021/03/25
- [PATCH v11 2/7] vt82c686: Add VT8231_SUPERIO based on VIA_SUPERIO, BALATON Zoltan, 2021/03/25
- [PATCH v11 1/7] vt82c686: QOM-ify superio related functionality, BALATON Zoltan, 2021/03/25
- [PATCH v11 7/7] hw/ppc: Add emulation of Genesi/bPlan Pegasos II, BALATON Zoltan, 2021/03/25
- [PATCH v11 5/7] hw/isa/Kconfig: Add missing dependency VIA VT82C686 -> APM,
BALATON Zoltan <=
- [PATCH v11 3/7] vt82c686: Introduce abstract TYPE_VIA_ISA and base vt82c686b_isa on it, BALATON Zoltan, 2021/03/25
- [PATCH v11 6/7] hw/pci-host: Add emulation of Marvell MV64361 PPC system controller, BALATON Zoltan, 2021/03/25
- [PATCH v11 4/7] vt82c686: Add emulation of VT8231 south bridge, BALATON Zoltan, 2021/03/25
- Re: [PATCH v11 0/7] Pegasos2 emulation, David Gibson, 2021/03/29