summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnest Borowski <e.borowski@samsung.com>2021-07-13 10:32:52 +0000
committerSeung-Woo Kim <sw0312.kim@samsung.com>2021-07-13 23:36:28 +0000
commit61fe9c87760d9ffead1f6f6405a9a545ea43a627 (patch)
treedafe7d3736856c7632fe7ea488d753604ff40a5b
parent4e6f18755b02129c188c6ebb90b7bffc04f25eee (diff)
downloadlinux-rpi3-61fe9c87760d9ffead1f6f6405a9a545ea43a627.tar.gz
linux-rpi3-61fe9c87760d9ffead1f6f6405a9a545ea43a627.tar.bz2
linux-rpi3-61fe9c87760d9ffead1f6f6405a9a545ea43a627.zip
tizen_bcm2709_defconfig: Enable dm-bow
This enables device mapper driver to allow checkpoint & restore on ext4 partitions. Change-Id: I247516b3483b94c3d857216daac8b272fdc5d782 Signed-off-by: Ernest Borowski <e.borowski@samsung.com>
-rw-r--r--arch/arm/configs/tizen_bcm2709_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/tizen_bcm2709_defconfig b/arch/arm/configs/tizen_bcm2709_defconfig
index 4610e5c53ed1..6fd82ea789ce 100644
--- a/arch/arm/configs/tizen_bcm2709_defconfig
+++ b/arch/arm/configs/tizen_bcm2709_defconfig
@@ -222,6 +222,7 @@ CONFIG_SCSI_ISCSI_ATTRS=y
CONFIG_MD=y
CONFIG_BLK_DEV_DM=y
CONFIG_DM_CRYPT=y
+CONFIG_DM_BOW=y
CONFIG_NETDEVICES=y
CONFIG_TUN=y
# CONFIG_NET_VENDOR_AURORA is not set