From 61fe9c87760d9ffead1f6f6405a9a545ea43a627 Mon Sep 17 00:00:00 2001 From: Ernest Borowski Date: Tue, 13 Jul 2021 10:32:52 +0000 Subject: [PATCH] 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 --- arch/arm/configs/tizen_bcm2709_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/tizen_bcm2709_defconfig b/arch/arm/configs/tizen_bcm2709_defconfig index 4610e5c..6fd82ea 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 -- 2.7.4