From 53610496d019a371596dee38c80b451f3d89b20b Mon Sep 17 00:00:00 2001 From: phjanderson Date: Sun, 25 Jan 2015 19:29:39 +0100 Subject: [PATCH] Enable loop device in linux-sunxi-next.config --- config/linux-sunxi-next.config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/linux-sunxi-next.config b/config/linux-sunxi-next.config index 6fbfa28c20fa..76fc78565f93 100644 --- a/config/linux-sunxi-next.config +++ b/config/linux-sunxi-next.config @@ -1176,7 +1176,9 @@ CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y CONFIG_BLK_DEV=y # CONFIG_BLK_DEV_NULL_BLK is not set # CONFIG_BLK_DEV_COW_COMMON is not set -# CONFIG_BLK_DEV_LOOP is not set +CONFIG_BLK_DEV_LOOP=y +CONFIG_BLK_DEV_LOOP_MIN_COUNT=8 +CONFIG_BLK_DEV_CRYPTOLOOP=y # CONFIG_BLK_DEV_DRBD is not set # CONFIG_BLK_DEV_NBD is not set # CONFIG_BLK_DEV_RAM is not set