aboutsummaryrefslogtreecommitdiff
path: root/hw/block
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2019-01-25 07:21:49 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2019-03-07 21:45:53 +0100
commitdd0ff8191abb040cddeedb84a2ba61c52791075e (patch)
treec4e8e145fdefc922124cb72866989087e257bb72 /hw/block
parent7aaa6a163739b612666123cafa7dea25b3d672c8 (diff)
isa: express SuperIO dependencies with Kconfig
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/block')
-rw-r--r--hw/block/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/hw/block/Kconfig b/hw/block/Kconfig
index 00f9dad372..df96dc5dcc 100644
--- a/hw/block/Kconfig
+++ b/hw/block/Kconfig
@@ -1,7 +1,8 @@
config FDC
bool
- default y
- depends on ISA_BUS
+ # FIXME: there is no separate file for the MMIO floppy disk controller, so
+ # select ISA_BUS here instead of polluting each board that requires one
+ select ISA_BUS
config SSI_M25P80
bool