aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorBernhard Beschow <shentey@gmail.com>2022-12-16 14:03:53 +0100
committerMichael S. Tsirkin <mst@redhat.com>2023-01-08 01:54:21 -0500
commit0c3b1dbd35eccf030878068cf9abcb0de54e8420 (patch)
treee41b701567aa7d2feeb76ba93754249f02843b12 /hw
parentedc9cab48320e449890a062f156d561eb8df5c73 (diff)
downloadqemu-0c3b1dbd35eccf030878068cf9abcb0de54e8420.zip
qemu-0c3b1dbd35eccf030878068cf9abcb0de54e8420.tar.gz
qemu-0c3b1dbd35eccf030878068cf9abcb0de54e8420.tar.bz2
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 <shentey@gmail.com> Message-Id: <20221216130355.41667-6-shentey@gmail.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: BALATON Zoltan <balaton@eik.bme.hu> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'hw')
-rw-r--r--hw/isa/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/isa/Kconfig b/hw/isa/Kconfig
index 0a6a049..0156a66 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