Re: [PATCH 4/5] hw/isa/Kconfig: Add missing dependency to VT82C686

2022-12-12 Thread Bernhard Beschow
Am 12. Dezember 2022 10:37:12 UTC schrieb "Philippe Mathieu-Daudé" : >On 8/12/22 00:12, Bernhard Beschow wrote: >> Both ACPI_PIIX4 (directly) and ACPI_ICH9 (indirectly) require ACPI to be >> selected. Require it for VT82C686's ACPI controller too for consistency. >> >> Signed-off-by: Bernhard

Re: [PATCH 4/5] hw/isa/Kconfig: Add missing dependency to VT82C686

2022-12-12 Thread Philippe Mathieu-Daudé
On 8/12/22 00:12, Bernhard Beschow wrote: Both ACPI_PIIX4 (directly) and ACPI_ICH9 (indirectly) require ACPI to be selected. Require it for VT82C686's ACPI controller too for consistency. Signed-off-by: Bernhard Beschow --- hw/isa/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/h