diff options
Diffstat (limited to 'drivers/md/Kconfig')
-rw-r--r-- | drivers/md/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig index 6dd31a291d84..949c71fbfbb5 100644 --- a/drivers/md/Kconfig +++ b/drivers/md/Kconfig | |||
@@ -201,6 +201,14 @@ config BLK_DEV_DM | |||
201 | 201 | ||
202 | If unsure, say N. | 202 | If unsure, say N. |
203 | 203 | ||
204 | config DM_DEBUG | ||
205 | boolean "Device mapper debugging support" | ||
206 | depends on BLK_DEV_DM && EXPERIMENTAL | ||
207 | ---help--- | ||
208 | Enable this for messages that may help debug device-mapper problems. | ||
209 | |||
210 | If unsure, say N. | ||
211 | |||
204 | config DM_CRYPT | 212 | config DM_CRYPT |
205 | tristate "Crypt target support" | 213 | tristate "Crypt target support" |
206 | depends on BLK_DEV_DM && EXPERIMENTAL | 214 | depends on BLK_DEV_DM && EXPERIMENTAL |