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 f75a66e7d312..b1a921497043 100644 --- a/drivers/md/Kconfig +++ b/drivers/md/Kconfig | |||
@@ -208,6 +208,14 @@ config DM_DEBUG | |||
208 | 208 | ||
209 | If unsure, say N. | 209 | If unsure, say N. |
210 | 210 | ||
211 | config DM_BUFIO | ||
212 | tristate | ||
213 | depends on BLK_DEV_DM && EXPERIMENTAL | ||
214 | ---help--- | ||
215 | This interface allows you to do buffered I/O on a device and acts | ||
216 | as a cache, holding recently-read blocks in memory and performing | ||
217 | delayed writes. | ||
218 | |||
211 | config DM_CRYPT | 219 | config DM_CRYPT |
212 | tristate "Crypt target support" | 220 | tristate "Crypt target support" |
213 | depends on BLK_DEV_DM | 221 | depends on BLK_DEV_DM |