summaryrefslogtreecommitdiffstats
path: root/hw/block/Kconfig
diff options
context:
space:
mode:
authorPaolo Bonzini2019-01-25 07:21:49 +0100
committerPaolo Bonzini2019-03-07 21:45:53 +0100
commitdd0ff8191abb040cddeedb84a2ba61c52791075e (patch)
treec4e8e145fdefc922124cb72866989087e257bb72 /hw/block/Kconfig
parenttpm: express dependencies with Kconfig (diff)
downloadqemu-dd0ff8191abb040cddeedb84a2ba61c52791075e.tar.gz
qemu-dd0ff8191abb040cddeedb84a2ba61c52791075e.tar.xz
qemu-dd0ff8191abb040cddeedb84a2ba61c52791075e.zip
isa: express SuperIO dependencies with Kconfig
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/block/Kconfig')
-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