hw/acpi/Kconfig: Do not needlessly build TYPE_PIIX4_PM in non-PC/Malta machines
commitd9237edbb59b49d296ef4a63bd83792a602ace4b
authorBernhard Beschow <shentey@gmail.com>
Fri, 16 Dec 2022 13:03:51 +0000 (16 14:03 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 8 Jan 2023 06:54:21 +0000 (8 01:54 -0500)
tree82955890bbb0ac05d4442e8f594716c48ff0a892
parent66baa500c95fd72d67f868eaeaa582eb63d41c04
hw/acpi/Kconfig: Do not needlessly build TYPE_PIIX4_PM in non-PC/Malta machines

TYPE_PIIX4_PM is only used in machines where PIIX chipsets are used
which is currently PC and Malta. There is no point building it for the
other ACPI_X86 machines.

Note that this also removes unneeded ACPI_PIIX4 from PEGASOS2.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Message-Id: <20221216130355.41667-4-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>
hw/acpi/Kconfig
hw/i386/Kconfig