diff options
-rw-r--r-- | block/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/block/Kconfig b/block/Kconfig index e10895647f72..9bda7bc80307 100644 --- a/block/Kconfig +++ b/block/Kconfig | |||
@@ -62,10 +62,11 @@ config BLK_DEV_BSG | |||
62 | protocols (e.g. Task Management Functions and SMP in Serial | 62 | protocols (e.g. Task Management Functions and SMP in Serial |
63 | Attached SCSI). | 63 | Attached SCSI). |
64 | 64 | ||
65 | endif # BLOCK | ||
66 | |||
65 | config BLOCK_COMPAT | 67 | config BLOCK_COMPAT |
66 | bool | 68 | bool |
69 | depends on BLOCK && COMPAT | ||
67 | default y | 70 | default y |
68 | 71 | ||
69 | endif # BLOCK | ||
70 | |||
71 | source block/Kconfig.iosched | 72 | source block/Kconfig.iosched |