Message ID | 20230908121152.502670-2-Sai.Sathujoda@toshiba-tsip.com (mailing list archive) |
---|---|
State | Accepted, archived |
Delegated to: | Nobuhiro Iwamatsu |
Headers | show |
Series | [cip-kernel-config,1/2] 6.1.y-cip/arm64/qemu_arm64_defconfig: Enable TPM-based LUKS partitions | expand |
Hi! > -----Original Message----- > From: Sai.Sathujoda@toshiba-tsip.com <Sai.Sathujoda@toshiba-tsip.com> > Sent: Friday, September 8, 2023 9:12 PM > To: cip-dev@lists.cip-project.org; iwamatsu nobuhiro(岩松 信洋 ○DITC□ > DIT○OST) <nobuhiro1.iwamatsu@toshiba.co.jp> > Cc: ashrith sai(TSIP) <Sai.Sathujoda@toshiba-tsip.com>; dinesh > kumar(TSIP TMIEC ODG Porting) <dinesh.kumar@toshiba-tsip.com>; > hayashi kazuhiro(林 和宏 DME ○DIG□MPS○MP4) > <kazuhiro3.hayashi@toshiba.co.jp> > Subject: [cip-kernel-config 2/2] 6.1.y-cip/arm/qemu_arm_defconfig: Enable > TPM-based LUKS partitions > > From: Sai Sathujoda <Sai.Sathujoda@toshiba-tsip.com> > > These configs allow to use LUKS encrypted partitions with the passphrase > stored in TPM2. > > Signed-off-by: Sai Sathujoda <Sai.Sathujoda@toshiba-tsip.com> > --- > 6.1.y-cip/arm/qemu_arm_defconfig | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) Applied, thanks. Best regards, Nobuhiro
diff --git a/6.1.y-cip/arm/qemu_arm_defconfig b/6.1.y-cip/arm/qemu_arm_defconfig index 811978a..eb8cedc 100644 --- a/6.1.y-cip/arm/qemu_arm_defconfig +++ b/6.1.y-cip/arm/qemu_arm_defconfig @@ -186,3 +186,17 @@ CONFIG_DETECT_HUNG_TASK=y # CONFIG_RCU_TRACE is not set CONFIG_FUNCTION_TRACER=y CONFIG_DEBUG_USER=y +CONFIG_CRYPTO_HMAC=y +CONFIG_ARM_CRYPTO=y +CONFIG_CRYPTO_SHA256_ARM=y +CONFIG_CRYPTO_SHA256=y +CONFIG_CRYPTO_DRBG_MENU=y +CONFIG_CRYPTO_DRBG_HMAC=y +CONFIG_CRYPTO_LIB_SHA256=y +CONFIG_CRYPTO_XTS=y +CONFIG_CRYPTO_AES=y +CONFIG_SECURITYFS=y +CONFIG_TCG_TPM=y +CONFIG_TCG_TIS_CORE=y +CONFIG_TCG_TIS=y +CONFIG_TCG_TIS_SPI=y