hw/isa/Kconfig: Add missing dependency VIA VT82C686 -> APM
commit50fab4cc672233fee22fff2cf51543af57602c7d
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 2 Mar 2021 08:00:42 +0000 (2 09:00 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 13 Apr 2021 10:06:46 +0000 (13 12:06 +0200)
tree39780e9d9bdd0abd1e45f1914d39e5b5a9fac183
parentc1e90def01bdb8fcbdbebd9d1eaa8e4827ece620
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: dd0ff8191ab ("isa: express SuperIO dependencies with Kconfig")
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210302080531.913802-1-f4bug@amsat.org>
hw/isa/Kconfig