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

2022-12-17 Thread Philippe Mathieu-Daudé
On 16/12/22 14:03, Bernhard Beschow wrote: The ACPIREGS are provided by TYPE_VIA_PM, so needs to select ACPI. Signed-off-by: Bernhard Beschow --- hw/isa/Kconfig | 1 + 1 file changed, 1 insertion(+) Reviewed-by: Philippe Mathieu-Daudé

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

2022-12-16 Thread BALATON Zoltan
On Fri, 16 Dec 2022, Bernhard Beschow wrote: The ACPIREGS are provided by TYPE_VIA_PM, so needs to select ACPI. Signed-off-by: Bernhard Beschow Reviewed-by: BALATON Zoltan --- hw/isa/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/isa/Kconfig b/hw/isa/Kconfig index 0a6a04947c

[PATCH v2 5/7] hw/isa/Kconfig: Add missing dependency to VT82C686

2022-12-16 Thread Bernhard Beschow
The ACPIREGS are provided by TYPE_VIA_PM, so needs to select ACPI. Signed-off-by: Bernhard Beschow --- hw/isa/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/isa/Kconfig b/hw/isa/Kconfig index 0a6a04947c..0156a66889 100644 --- a/hw/isa/Kconfig +++ b/hw/isa/Kconfig @@ -52,6 +52,7 @