aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
diff options
context:
space:
mode:
authorBernhard Beschow <shentey@gmail.com>2022-12-16 14:03:54 +0100
committerMichael S. Tsirkin <mst@redhat.com>2023-01-08 01:54:21 -0500
commitfa5975f49efc5bbde0b94b55b9c1372fcc944177 (patch)
tree3a06a5838bf333bfb4f701cd3acab7964a351071 /hw/i386
parent0c3b1dbd35eccf030878068cf9abcb0de54e8420 (diff)
downloadqemu-fa5975f49efc5bbde0b94b55b9c1372fcc944177.zip
qemu-fa5975f49efc5bbde0b94b55b9c1372fcc944177.tar.gz
qemu-fa5975f49efc5bbde0b94b55b9c1372fcc944177.tar.bz2
i386, mips: Resolve redundant ACPI and APM dependencies
Now that all ACPI controllers select the ACPI and APM dependencies themselves, these explicit dependencies became redundant. Remove them. Signed-off-by: Bernhard Beschow <shentey@gmail.com> Message-Id: <20221216130355.41667-7-shentey@gmail.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'hw/i386')
-rw-r--r--hw/i386/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/i386/Kconfig b/hw/i386/Kconfig
index 3a92566..c4fb5b4 100644
--- a/hw/i386/Kconfig
+++ b/hw/i386/Kconfig
@@ -51,7 +51,6 @@ config PC_PCI
bool
select APIC
select IOAPIC
- select APM
select PC
config PC_ACPI
@@ -72,7 +71,6 @@ config I440FX
select ACPI_PIIX4
select PC_PCI
select PC_ACPI
- select ACPI_SMBUS
select PCI_I440FX
select PIIX3
select IDE_PIIX