Skip to content

Commit

Permalink
eve_defconfig: Remove ST33HTPM support.
Browse files Browse the repository at this point in the history
This commit removes CONFIG_TCG_TIS_I2C_ST33HTPM=y from the eve_defconfig
file. This change is necessary to disable the support for the ST33HTPM
Trusted Platform Module (TPM) over I2C.

This change is a leftover from a previous modification that was
mistakenly not committed. I discovered this discrepancy while running a
simple cycle of `make eve_defconfig` and `make savedefconfig`.

Signed-off-by: Nikolay Martyanov <[email protected]>
  • Loading branch information
OhmSpectator committed Aug 6, 2024
1 parent 394a3bc commit 2249b6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm64/configs/eve_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,6 @@ CONFIG_TCG_TPM=y
CONFIG_TCG_TIS=m
CONFIG_TCG_TIS_SPI=m
CONFIG_TCG_TIS_I2C=m
CONFIG_TCG_TIS_I2C_ST33HTPM=y
CONFIG_TCG_TIS_I2C_INFINEON=m
CONFIG_TCG_INFINEON=m
CONFIG_TCG_XEN=y
Expand Down

0 comments on commit 2249b6e

Please sign in to comment.