]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
hw/isa/Kconfig: Fix missing dependency ISA_SUPERIO -> FDC
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 14 Jun 2021 19:32:15 +0000 (21:32 +0200)
committerJohn Snow <jsnow@redhat.com>
Fri, 25 Jun 2021 12:53:28 +0000 (08:53 -0400)
isa_superio_realize() calls isa_fdc_init_drives(), which is defined
in hw/block/fdc.c, so ISA_SUPERIO needs to select the FDC symbol.

Reported-by: John Snow <jsnow@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20210614193220.2007159-2-philmd@redhat.com
Fixes: c0ff3795143 ("Introduce a CONFIG_ISA_SUPERIO switch for isa-superio.c")
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: John Snow <jsnow@redhat.com>
hw/isa/Kconfig

index 55e0003ce40e0c2b4c5cd4cad4856738e2a72bdb..7216f66a54a72a8c36788a7ff238573bca30d541 100644 (file)
@@ -17,6 +17,7 @@ config ISA_SUPERIO
     bool
     select ISA_BUS
     select PCKBD
+    select FDC
 
 config PC87312
     bool