aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/block/Kconfig11
1 files changed, 6 insertions, 5 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig
index d6ad7b3ea0dc..6e23af1ecbdb 100644
--- a/drivers/block/Kconfig
+++ b/drivers/block/Kconfig
@@ -2,9 +2,12 @@
2# Block device driver configuration 2# Block device driver configuration
3# 3#
4 4
5if BLOCK 5menuconfig BLK_DEV
6 bool "Block devices"
7 depends on BLOCK
8 default y
6 9
7menu "Block devices" 10if BLK_DEV
8 11
9config BLK_DEV_FD 12config BLK_DEV_FD
10 tristate "Normal floppy disk support" 13 tristate "Normal floppy disk support"
@@ -422,6 +425,4 @@ config ATA_OVER_ETH
422 425
423source "drivers/s390/block/Kconfig" 426source "drivers/s390/block/Kconfig"
424 427
425endmenu 428endif # BLK_DEV
426
427endif