mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
hw/isa/Kconfig: Add missing dependency VIA VT82C686 -> APM
TYPE_VIA_PM calls apm_init() in via_pm_realize(), so
requires APM to be selected.
Reported-by: BALATON Zoltan <balaton@eik.bme.hu>
Fixes: dd0ff8191a
("isa: express SuperIO dependencies with Kconfig")
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210302080531.913802-1-f4bug@amsat.org>
This commit is contained in:
parent
c1e90def01
commit
50fab4cc67
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ config VT82C686
|
|||
select SERIAL_ISA
|
||||
select FDC
|
||||
select USB_UHCI
|
||||
select APM
|
||||
|
||||
config SMC37C669
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue