Re: [PATCH 1/4] hw/isa/Kconfig: Add missing PARALLEL dependency to ISA_SUPERIO

2023-01-10 Thread Philippe Mathieu-Daudé
On 9/1/23 21:41, Bernhard Beschow wrote: isa-superio.c, managed by ISA_SUPERIO, instantiates TYPE_ISA_PARALLEL, managed by PARALLEL. Signed-off-by: Bernhard Beschow --- hw/isa/Kconfig | 1 + 1 file changed, 1 insertion(+) Reviewed-by: Philippe Mathieu-Daudé

[PATCH 1/4] hw/isa/Kconfig: Add missing PARALLEL dependency to ISA_SUPERIO

2023-01-09 Thread Bernhard Beschow
isa-superio.c, managed by ISA_SUPERIO, instantiates TYPE_ISA_PARALLEL, managed by PARALLEL. 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 040a18c070..58137f2702 100644 --- a/hw/isa/Kconfig +++ b/hw/isa