Skip to content

Commit

Permalink
hw/isa/Kconfig: Fix missing dependency ISA_SUPERIO -> FDC
Browse files Browse the repository at this point in the history
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: c0ff379 ("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>
  • Loading branch information
philmd authored and jnsnow committed Jun 25, 2021
1 parent e0da917 commit 5886844
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw/isa/Kconfig
Expand Up @@ -17,6 +17,7 @@ config ISA_SUPERIO
bool
select ISA_BUS
select PCKBD
select FDC

config PC87312
bool
Expand Down

0 comments on commit 5886844

Please sign in to comment.