aboutsummaryrefslogtreecommitdiff
path: root/hw/block/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'hw/block/Kconfig')
-rw-r--r--hw/block/Kconfig8
1 files changed, 5 insertions, 3 deletions
diff --git a/hw/block/Kconfig b/hw/block/Kconfig
index 295441e64a..8c3be60a19 100644
--- a/hw/block/Kconfig
+++ b/hw/block/Kconfig
@@ -1,8 +1,10 @@
config FDC
bool
- # 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 FDC_ISA
+ bool
+ depends on ISA_BUS
+ select FDC
config SSI_M25P80
bool