diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2021-03-02 09:00:42 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2021-04-13 12:06:46 +0200 |
commit | 50fab4cc672233fee22fff2cf51543af57602c7d (patch) | |
tree | 39780e9d9bdd0abd1e45f1914d39e5b5a9fac183 /hw/isa/Kconfig | |
parent | c1e90def01bdb8fcbdbebd9d1eaa8e4827ece620 (diff) | |
download | qemu-50fab4cc672233fee22fff2cf51543af57602c7d.zip qemu-50fab4cc672233fee22fff2cf51543af57602c7d.tar.gz qemu-50fab4cc672233fee22fff2cf51543af57602c7d.tar.bz2 |
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>
Diffstat (limited to 'hw/isa/Kconfig')
-rw-r--r-- | hw/isa/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/isa/Kconfig b/hw/isa/Kconfig index 2691eae..55e0003 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 |