summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSen Jiang <senj@google.com>2016-05-11 15:05:30 -0700
committerSen Jiang <senj@google.com>2016-05-11 22:33:10 +0000
commitebcf19b60ecf8be46c10416ccebf6f43cc230412 (patch)
treeae1a5dd461fba575e70d88c441fb42aab897404c
parent714ea38f37a3d4a32e61180e43a64d4b66b02f67 (diff)
downloadbrillo-ebcf19b60ecf8be46c10416ccebf6f43cc230412.tar.gz
Enable loop device in brilloemulator.
update_engine_unittests needs it. Test: `ls /dev/loop-control` in brilloemulator-arm Test: ./site_utils/test_droid.py -s emulator-5554 brillo_WhitelistedGtests Bug: 28319454 Change-Id: I2d79fa765ded58cde7e8fe19e6e5e3d946952007
-rw-r--r--brilloemulator/brillo.kconf3
1 files changed, 3 insertions, 0 deletions
diff --git a/brilloemulator/brillo.kconf b/brilloemulator/brillo.kconf
index 3c06300..7e9fe14 100644
--- a/brilloemulator/brillo.kconf
+++ b/brilloemulator/brillo.kconf
@@ -37,3 +37,6 @@ CONFIG_SCSI_VIRTIO=y
CONFIG_VIRTIO_BLK=y
CONFIG_VIRTIO_NET=y
CONFIG_VIRTIO_PCI=y
+
+# Enable loop device, used in update_engine_unittests.
+CONFIG_BLK_DEV_LOOP=y