summaryrefslogtreecommitdiffstats
path: root/drivers/block/loop/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/block/loop/Kconfig')
-rw-r--r--drivers/block/loop/Kconfig15
1 files changed, 14 insertions, 1 deletions
diff --git a/drivers/block/loop/Kconfig b/drivers/block/loop/Kconfig
index a595e6a9f20f..3aedc74e5f9d 100644
--- a/drivers/block/loop/Kconfig
+++ b/drivers/block/loop/Kconfig
@@ -75,4 +75,17 @@ config BLK_DEV_CRYPTOLOOP
ext3 or Reiserfs. Please use the Device Mapper crypto module
instead, which can be configured to be on-disk compatible with the
cryptoloop device.
- \ No newline at end of file
+
+config BLK_DEV_LOOP_FILE_FMT_RAW
+ tristate "Loop device binary file format support"
+ depends on BLK_DEV_LOOP
+ ---help---
+ Say Y or M here if you want to enable the binary (RAW) file format
+ support of the loop device module.
+
+config BLK_DEV_LOOP_FILE_FMT_QCOW
+ tristate "Loop device QCOW file format support"
+ depends on BLK_DEV_LOOP
+ ---help---
+ Say Y or M here if you want to enable the QEMU's copy on write (QCOW)
+ file format support of the loop device module.