From: Bernhard Beschow Date: Fri, 16 Dec 2022 13:03:53 +0000 (+0100) Subject: hw/isa/Kconfig: Add missing dependency to VT82C686 X-Git-Tag: v8.0.0-rc0~101^2~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0c3b1dbd35eccf030878068cf9abcb0de54e8420;p=thirdparty%2Fqemu.git hw/isa/Kconfig: Add missing dependency to VT82C686 The ACPIREGS are provided by TYPE_VIA_PM, so needs to select ACPI. Signed-off-by: Bernhard Beschow Message-Id: <20221216130355.41667-6-shentey@gmail.com> Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin Reviewed-by: BALATON Zoltan Reviewed-by: Philippe Mathieu-Daudé --- diff --git a/hw/isa/Kconfig b/hw/isa/Kconfig index 0a6a04947ce..0156a66889a 100644 --- a/hw/isa/Kconfig +++ b/hw/isa/Kconfig @@ -52,6 +52,7 @@ config PIIX4 config VT82C686 bool select ISA_SUPERIO + select ACPI select ACPI_SMBUS select SERIAL_ISA select FDC_ISA