From e496817b4665ea9659edd602f538a0610ee25196 Mon Sep 17 00:00:00 2001 From: Alessio Balsini Date: Fri, 11 Oct 2019 13:50:20 +0100 Subject: [PATCH] gki_defconfig: Enable CONFIG_DM_SNAPSHOT The snapshot dm target is required to implement the Virtual-AB mechanism. Introduce CONFIG_DM_SNAPSHOT in arm64 and x86 gki defconfigs to enable this feature. Bug: 142527064 Test: kernel build Signed-off-by: Alessio Balsini Change-Id: I69bc614509eaff259a2aa9195e7e1d406b36bbb2 --- arch/arm64/configs/gki_defconfig | 1 + arch/x86/configs/gki_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/arm64/configs/gki_defconfig b/arch/arm64/configs/gki_defconfig index 6ccf6c7ef9ec..ed21a0d79f4c 100644 --- a/arch/arm64/configs/gki_defconfig +++ b/arch/arm64/configs/gki_defconfig @@ -216,6 +216,7 @@ CONFIG_SCSI_UFSHCD_PLATFORM=y CONFIG_MD=y CONFIG_BLK_DEV_DM=y CONFIG_DM_CRYPT=y +CONFIG_DM_SNAPSHOT=y CONFIG_DM_UEVENT=y CONFIG_DM_VERITY=y CONFIG_DM_VERITY_AVB=y diff --git a/arch/x86/configs/gki_defconfig b/arch/x86/configs/gki_defconfig index 931fcbdced69..fbcf73e4f66f 100644 --- a/arch/x86/configs/gki_defconfig +++ b/arch/x86/configs/gki_defconfig @@ -189,6 +189,7 @@ CONFIG_BLK_DEV_SD=y CONFIG_MD=y CONFIG_BLK_DEV_DM=y CONFIG_DM_CRYPT=y +CONFIG_DM_SNAPSHOT=y CONFIG_DM_UEVENT=y CONFIG_DM_VERITY=y CONFIG_DM_VERITY_AVB=y