hw/acpi/Kconfig: Add missing dependencies to ACPI_ICH9
commit66baa500c95fd72d67f868eaeaa582eb63d41c04
authorBernhard Beschow <shentey@gmail.com>
Fri, 16 Dec 2022 13:03:50 +0000 (16 14:03 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 8 Jan 2023 06:54:21 +0000 (8 01:54 -0500)
tree34025c34c5b01a9ca623bd5d817fd3ce7bf4c2c2
parenta91390164449c550d5cbba18147588fd1ddc985e
hw/acpi/Kconfig: Add missing dependencies to ACPI_ICH9

ich9_lpc_realize() uses apm_init() and ich9_smbus_realize() uses
pm_smbus_init(), so both APM and ACPI_SMBUS are provided by the device
models managed by ACPI_ICH9.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20221216130355.41667-3-shentey@gmail.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/acpi/Kconfig
hw/isa/Kconfig