summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnest Borowski <e.borowski@samsung.com>2021-07-13 10:33:33 +0000
committerSeung-Woo Kim <sw0312.kim@samsung.com>2021-07-13 23:36:43 +0000
commitcec42e0a4e9704d1f428e96cb4f5e1902a6e2b11 (patch)
treeb940b141f93d707ec9f0fb97bbc409ac77ed7265
parent61fe9c87760d9ffead1f6f6405a9a545ea43a627 (diff)
downloadlinux-rpi3-cec42e0a4e9704d1f428e96cb4f5e1902a6e2b11.tar.gz
linux-rpi3-cec42e0a4e9704d1f428e96cb4f5e1902a6e2b11.tar.bz2
linux-rpi3-cec42e0a4e9704d1f428e96cb4f5e1902a6e2b11.zip
This enables device mapper driver to allow checkpoint & restore on ext4 partitions. Change-Id: Id682e9f9bdb6d856da35dd65480d40dc85ff4d3b Signed-off-by: Ernest Borowski <e.borowski@samsung.com>
-rw-r--r--arch/arm64/configs/tizen_bcmrpi3_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/tizen_bcmrpi3_defconfig b/arch/arm64/configs/tizen_bcmrpi3_defconfig
index 366ab36664fe..a9c0428fe28c 100644
--- a/arch/arm64/configs/tizen_bcmrpi3_defconfig
+++ b/arch/arm64/configs/tizen_bcmrpi3_defconfig
@@ -220,6 +220,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