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>
This commit is contained in:
Bernhard Beschow
2023-01-08 01:54:21 -05:00
committed by Michael S. Tsirkin
parent a913901644
commit 66baa500c9
2 changed files with 2 additions and 1 deletions
+2
View File
@@ -15,7 +15,9 @@ config ACPI_X86
config ACPI_ICH9
bool
select ACPI_SMBUS
select ACPI_X86
select APM
config ACPI_CPU_HOTPLUG
bool
-1
View File
@@ -77,5 +77,4 @@ config LPC_ICH9
# for ICH9.
select I8257
select ISA_BUS
select ACPI_SMBUS
select ACPI_ICH9