diff options
author | Ernest Borowski <e.borowski@samsung.com> | 2021-07-13 10:33:33 +0000 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2021-07-13 23:36:43 +0000 |
commit | cec42e0a4e9704d1f428e96cb4f5e1902a6e2b11 (patch) | |
tree | b940b141f93d707ec9f0fb97bbc409ac77ed7265 | |
parent | 61fe9c87760d9ffead1f6f6405a9a545ea43a627 (diff) | |
download | linux-rpi3-cec42e0a4e9704d1f428e96cb4f5e1902a6e2b11.tar.gz linux-rpi3-cec42e0a4e9704d1f428e96cb4f5e1902a6e2b11.tar.bz2 linux-rpi3-cec42e0a4e9704d1f428e96cb4f5e1902a6e2b11.zip |
tizen_bcmrpi3_defconfig: Enable dm-bowtizen_6.5.m2_releasesubmit/tizen_6.5/20211028.163201submit/tizen/20210716.010712accepted/tizen/unified/20210716.131207accepted/tizen/6.5/unified/20211028.115935
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_defconfig | 1 |
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 |