Skip to content

Commit 7db6162

Browse files
committed
Merge pull request #11 from phjanderson/next
Enable loop device in linux-sunxi-next.config
2 parents 760f293 + 5361049 commit 7db6162

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/linux-sunxi-next.config

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,9 @@ CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
11761176
CONFIG_BLK_DEV=y
11771177
# CONFIG_BLK_DEV_NULL_BLK is not set
11781178
# CONFIG_BLK_DEV_COW_COMMON is not set
1179-
# CONFIG_BLK_DEV_LOOP is not set
1179+
CONFIG_BLK_DEV_LOOP=y
1180+
CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
1181+
CONFIG_BLK_DEV_CRYPTOLOOP=y
11801182
# CONFIG_BLK_DEV_DRBD is not set
11811183
# CONFIG_BLK_DEV_NBD is not set
11821184
# CONFIG_BLK_DEV_RAM is not set

0 commit comments

Comments
 (0)