summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2014-01-28 11:29:56 +0200
committerAndrey Konovalov <andrey.konovalov@linaro.org>2014-09-26 16:33:15 +0400
commitc4fae6ef139b02efde8fc25691ff8230174d1ddb (patch)
tree8dced1f1cf50a6e3a9b715c4bb6ddd9f8c60de45
parent67b701585ff354d2803fde42f94d6278ec86ff03 (diff)
distribution.conf: enable BLK_DEV_LOOP
LOOP block device is needed by kpartx and other tools for loopback mounts. Enable it in distribution conf to have it everywhere. Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
-rw-r--r--linaro/configs/distribution.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/linaro/configs/distribution.conf b/linaro/configs/distribution.conf
index bcf08892e3f..299af101ef1 100644
--- a/linaro/configs/distribution.conf
+++ b/linaro/configs/distribution.conf
@@ -44,6 +44,7 @@ CONFIG_BRIDGE_EBT_MARK_T=m
CONFIG_BRIDGE=m
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
+CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_SIZE=65536
CONFIG_INPUT_MISC=y