ANDROID: gki_defconfig: enable dm-default-key
dm-default-key is needed for metadata encryption (https://source.android.com/security/encryption/metadata). The new version of dm-default-key is vendor-independent and can be used both with and without inline encryption hardware. Bug: 137270441 Bug: 147814592 Change-Id: I92ce45c4b1543ff8bc5cdb5ebe4ddcdb740c2dc7 Signed-off-by: Eric Biggers <ebiggers@google.com>
This commit is contained in:
parent
5515324258
commit
792b18282a
@ -234,6 +234,7 @@ CONFIG_SCSI_UFS_CRYPTO=y
|
||||
CONFIG_MD=y
|
||||
CONFIG_BLK_DEV_DM=y
|
||||
CONFIG_DM_CRYPT=y
|
||||
CONFIG_DM_DEFAULT_KEY=y
|
||||
CONFIG_DM_SNAPSHOT=y
|
||||
CONFIG_DM_UEVENT=y
|
||||
CONFIG_DM_VERITY=y
|
||||
|
@ -204,6 +204,7 @@ CONFIG_BLK_DEV_SD=y
|
||||
CONFIG_MD=y
|
||||
CONFIG_BLK_DEV_DM=y
|
||||
CONFIG_DM_CRYPT=y
|
||||
CONFIG_DM_DEFAULT_KEY=y
|
||||
CONFIG_DM_SNAPSHOT=y
|
||||
CONFIG_DM_UEVENT=y
|
||||
CONFIG_DM_VERITY=y
|
||||
|
Loading…
Reference in New Issue
Block a user