aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/Kconfig')
-rw-r--r--drivers/md/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig
index c39644478aa4..63e05e32b462 100644
--- a/drivers/md/Kconfig
+++ b/drivers/md/Kconfig
@@ -178,7 +178,7 @@ config MD_FAULTY
178source "drivers/md/bcache/Kconfig" 178source "drivers/md/bcache/Kconfig"
179 179
180config BLK_DEV_DM_BUILTIN 180config BLK_DEV_DM_BUILTIN
181 boolean 181 bool
182 182
183config BLK_DEV_DM 183config BLK_DEV_DM
184 tristate "Device mapper support" 184 tristate "Device mapper support"
@@ -197,7 +197,7 @@ config BLK_DEV_DM
197 If unsure, say N. 197 If unsure, say N.
198 198
199config DM_DEBUG 199config DM_DEBUG
200 boolean "Device mapper debugging support" 200 bool "Device mapper debugging support"
201 depends on BLK_DEV_DM 201 depends on BLK_DEV_DM
202 ---help--- 202 ---help---
203 Enable this for messages that may help debug device-mapper problems. 203 Enable this for messages that may help debug device-mapper problems.