Skip to content

Commit 6b414b8

Browse files
committed
nati_x86_64_defconfig: Enable TPM2 CONFIGs
Enable modules for TPM2 Support Set CONFIG_TCG_TPM=y Set CONFIG_TCG_TIS=y Set CONFIG_TCG_CRB=y Signed-off-by: Can Wong <can.wong@emerson.com>
1 parent 99e0d2e commit 6b414b8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

arch/x86/configs/nati_x86_64_defconfig

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,8 +448,9 @@ CONFIG_VIRTIO_CONSOLE=m
448448
# CONFIG_HW_RANDOM_VIA is not set
449449
CONFIG_HW_RANDOM_VIRTIO=m
450450
CONFIG_HPET=y
451-
CONFIG_TCG_TPM=m
452-
CONFIG_TCG_TIS=m
451+
CONFIG_TCG_TPM=y
452+
CONFIG_TCG_TIS=y
453+
CONFIG_TCG_CRB=y
453454
CONFIG_I2C=y
454455
CONFIG_I2C_CHARDEV=m
455456
CONFIG_I2C_I801=m

0 commit comments

Comments
 (0)