Skip to content

Commit

Permalink
hw/isa/Kconfig: Add missing dependency VIA VT82C686 -> APM
Browse files Browse the repository at this point in the history
TYPE_VIA_PM calls apm_init() in via_pm_realize(), so
requires APM to be selected.

Reported-by: BALATON Zoltan <[email protected]>
Fixes: dd0ff81 ("isa: express SuperIO dependencies with Kconfig")
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <[email protected]>
  • Loading branch information
philmd committed Apr 13, 2021
1 parent c1e90de commit 50fab4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw/isa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ config VT82C686
select SERIAL_ISA
select FDC
select USB_UHCI
select APM

config SMC37C669
bool
Expand Down

0 comments on commit 50fab4c

Please sign in to comment.