summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-04-05 10:04:21 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-04-05 10:04:21 +0000
commitaa26072b372ad65252d6f85cd5c75c4cccdb71dc (patch)
tree0a933c19aba01270406d7be5db89b0bb11910e82
parent869bac5e8e5aa713716f6f48eb2716cde80295c1 (diff)
downloadlinux-aa26072b372ad65252d6f85cd5c75c4cccdb71dc.tar.gz
Disable BLK_DEV_CRYPTOLOOP for now. Needed for ARM.
-rw-r--r--linux.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux.morph b/linux.morph
index 63458eb446c9..c3cab0f34793 100644
--- a/linux.morph
+++ b/linux.morph
@@ -31,6 +31,7 @@
"scripts/config -d JBD_DEBUG",
"scripts/config -d JBD2_DEBUG",
"scripts/config -e BLK_DEV_LOOP",
+ "scripts/config -d BLK_DEV_CRYPTOLOOP",
"scripts/config --set-val BLK_DEV_LOOP_MIN_COUNT 8",
"scripts/config -e VIRTIO",
"scripts/config -e VIRTIO_RING",